Files
esp-idf/components/console/test_apps/console/main/CMakeLists.txt
T
2022-09-26 12:02:38 +02:00

5 lines
192 B
CMake

idf_component_register(SRCS "test_app_main.c" "test_console.c"
INCLUDE_DIRS "."
PRIV_REQUIRES unity console
WHOLE_ARCHIVE)