CMakeLists.txt 387 B

1234567891011
  1. idf_component_register(SRCS "iperf.c"
  2. "wifi_stats.c"
  3. "wifi_twt.c"
  4. "wifi_cmd.c"
  5. INCLUDE_DIRS "include"
  6. REQUIRES lwip
  7. PRIV_REQUIRES esp_timer)
  8. if(CONFIG_SOC_WIFI_HE_SUPPORT)
  9. idf_component_optional_requires(PRIVATE esp_wifi console)
  10. endif()