Files
esp-protocols/components/eppp_link/examples/host/main/CMakeLists.txt
T
2025-07-10 13:55:46 +02:00

7 lines
248 B
CMake

if(CONFIG_EXAMPLE_WIFI_OVER_EPPP_CHANNEL)
set(wifi_over_channels channel_wifi_station.c)
endif()
idf_component_register(SRCS app_main.c register_iperf.c
${wifi_over_channels}
INCLUDE_DIRS ".")