ESP32/components/wifi_cfg/CMakeLists.txt

4 lines
143 B
CMake

idf_component_register(SRCS "wifi_cfg.c"
INCLUDE_DIRS "."
REQUIRES nvs_flash esp_wifi esp_netif)