From 07e1b5a3284201b4eac36a15c361b85dfba147b5 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 15 Nov 2022 16:36:42 +1100 Subject: WIP debug console for testing playback --- src/main/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/CMakeLists.txt') diff --git a/src/main/CMakeLists.txt b/src/main/CMakeLists.txt index 210abed1..9bfefb1d 100644 --- a/src/main/CMakeLists.txt +++ b/src/main/CMakeLists.txt @@ -1,4 +1,5 @@ idf_component_register( - SRCS "main.cpp" - REQUIRES "drivers") + SRCS "main.cpp" "app_console.cpp" + INCLUDE_DIRS "." + REQUIRES "drivers" "dev_console") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) -- cgit v1.2.3