diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index cf2c455..19a2889 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,2 +1,5 @@ -idf_component_register(SRCS "main.c" - INCLUDE_DIRS ".") +idf_component_register( + INCLUDE_DIRS "." + SRCS "main.c" + REQUIRES esp_netif_lora +)