Files
esp-protocols/examples/esp_netif/multiple_netifs/main/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
153 B
CMake
Raw Normal View History

idf_component_register(SRCS ethernet_netif.c multi_netif_main.c wifi_connect.c check_connection.c ppp_connect.c
INCLUDE_DIRS ".")