esp_netif_now/CMakeLists.txt

8 lines
112 B
CMake

idf_component_register(SRCS
"main/esp_netif_now.c"
REQUIRES esp_netif esp_wifi
INCLUDE_DIRS "include"
)