Files
esp-idf/examples/protocols/static_ip/main/CMakeLists.txt
T

4 lines
160 B
CMake
Raw Normal View History

2021-02-18 11:48:00 +08:00
idf_component_register(SRCS "static_ip_example_main.c"
PRIV_REQUIRES esp_wifi esp_eth nvs_flash
INCLUDE_DIRS ".")