diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-11-15 16:36:42 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-11-15 16:39:54 +1100 |
| commit | 07e1b5a3284201b4eac36a15c361b85dfba147b5 (patch) | |
| tree | d623b7b31192486aa4fb0293f5ea5aa36c936a9c /src/main/CMakeLists.txt | |
| parent | aef2eb7566e7f8f6caf2481942ce67a31f007563 (diff) | |
| download | tangara-fw-07e1b5a3284201b4eac36a15c361b85dfba147b5.tar.gz | |
WIP debug console for testing playback
Diffstat (limited to 'src/main/CMakeLists.txt')
| -rw-r--r-- | src/main/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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}) |
