diff options
Diffstat (limited to 'main/CMakeLists.txt')
| -rw-r--r-- | main/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index e088a07..ee5cb24 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,2 +1,5 @@ -idf_component_register(SRC_DIRS "." - INCLUDE_DIRS ".") +idf_component_register( + SRC_DIRS "." + INCLUDE_DIRS "." + REQUIRES esp_eth esp_event esp_netif nvs_flash +) |
