diff options
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/CMakeLists.txt b/src/main/CMakeLists.txt index 9bfefb1d..df0d929b 100644 --- a/src/main/CMakeLists.txt +++ b/src/main/CMakeLists.txt @@ -1,5 +1,5 @@ idf_component_register( SRCS "main.cpp" "app_console.cpp" INCLUDE_DIRS "." - REQUIRES "drivers" "dev_console") + REQUIRES "audio" "drivers" "dev_console" "drivers") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
