summaryrefslogtreecommitdiff
path: root/src/audio/CMakeLists.txt
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2022-12-02 17:25:53 +1100
committerjacqueline <me@jacqueline.id.au>2022-12-02 17:25:53 +1100
commitc36208016eefcdfdeff045f675f74fdb69dddb52 (patch)
tree817bd458ca14a6dd0d200390a0b11cb2120aa33f /src/audio/CMakeLists.txt
parent222c810b07ffc635fc7908d121e97e4d65ccc5c8 (diff)
downloadtangara-fw-c36208016eefcdfdeff045f675f74fdb69dddb52.tar.gz
better cbor handling
Diffstat (limited to 'src/audio/CMakeLists.txt')
-rw-r--r--src/audio/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/CMakeLists.txt b/src/audio/CMakeLists.txt
index 32ca1a56..d5564f13 100644
--- a/src/audio/CMakeLists.txt
+++ b/src/audio/CMakeLists.txt
@@ -1,7 +1,7 @@
idf_component_register(
SRCS "audio_decoder.cpp" "audio_task.cpp" "chunk.cpp" "fatfs_audio_input.cpp"
- "stream_info.cpp"
+ "stream_info.cpp" "stream_message.cpp"
INCLUDE_DIRS "include"
- REQUIRES "codecs" "drivers" "cbor_wrapper" "result" "tasks")
+ REQUIRES "codecs" "drivers" "cbor" "result" "tasks")
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})