mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-16 16:03:08 +03:00
4 lines
150 B
CMake
4 lines
150 B
CMake
idf_component_register(SRCS "ethernet_example_main.c"
|
|
PRIV_REQUIRES esp_netif esp_eth
|
|
INCLUDE_DIRS ".")
|