ESP32/components/app_console/CMakeLists.txt

16 lines
387 B
CMake

idf_component_register(
SRCS "app_console.c"
"cmd_wifi.c"
"cmd_iperf.c"
"cmd_system.c"
"cmd_monitor.c"
"cmd_nvs.c"
"cmd_gps.c"
"cmd_ping.c"
"cmd_ip.c"
INCLUDE_DIRS "."
REQUIRES console wifi_cfg
wifi_controller iperf status_led gps_sync
esp_wifi esp_netif nvs_flash spi_flash
)