Files
esp-idf/examples/network/eth2ap/main/CMakeLists.txt
T

4 lines
159 B
CMake
Raw Normal View History

2019-04-10 16:24:50 +08:00
idf_component_register(SRCS "ethernet_example_main.c"
PRIV_REQUIRES esp_wifi esp_eth nvs_flash
2019-04-10 16:24:50 +08:00
INCLUDE_DIRS ".")