ESP32/components/app_console/CMakeLists.txt

5 lines
225 B
CMake

idf_component_register(SRCS "app_console.c"
INCLUDE_DIRS "."
REQUIRES console
PRIV_REQUIRES wifi_controller csi_manager status_led gps_sync esp_wifi iperf)