Files
esp-idf/examples/ethernet/basic/main/CMakeLists.txt
T

4 lines
164 B
CMake
Raw Normal View History

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