Files
esp-idf/examples/common_components/iperf/CMakeLists.txt
T

12 lines
387 B
CMake
Raw Normal View History

idf_component_register(SRCS "iperf.c"
2022-12-20 22:07:09 +08:00
"wifi_stats.c"
"wifi_twt.c"
"wifi_cmd.c"
2021-07-07 15:18:20 +08:00
INCLUDE_DIRS "include"
REQUIRES lwip
PRIV_REQUIRES esp_timer)
2022-12-20 22:07:09 +08:00
if(CONFIG_SOC_WIFI_HE_SUPPORT)
idf_component_optional_requires(PRIVATE esp_wifi console)
endif()