Files
esp-idf/examples/wifi/getting_started/softAP/main/CMakeLists.txt
T

4 lines
143 B
CMake
Raw Normal View History

idf_component_register(SRCS "softap_example_main.c"
PRIV_REQUIRES esp_wifi nvs_flash
INCLUDE_DIRS ".")