ESP32/components/app_console/CMakeLists.txt

4 lines
161 B
CMake

idf_component_register(SRCS "app_console.c"
INCLUDE_DIRS "."
PRIV_REQUIRES console wifi_cfg wifi_controller iperf)