ESP32/components/app_console/CMakeLists.txt

4 lines
145 B
CMake

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