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

5 lines
216 B
CMake
Raw Normal View History

2022-05-06 16:09:24 +02:00
idf_component_register(SRCS "bridge_example_main.c"
"bridge_console_cmd.c"
PRIV_REQUIRES esp_eth console esp_netif esp_wifi
2022-05-06 16:09:24 +02:00
INCLUDE_DIRS ".")