mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-30 05:50:38 +00:00
5 lines
226 B
CMake
5 lines
226 B
CMake
idf_component_register(SRCS "bridge_example_main.c"
|
|
"bridge_console_cmd.c"
|
|
PRIV_REQUIRES esp_eth console esp_netif esp_wifi nvs_flash
|
|
INCLUDE_DIRS ".")
|