From c36208016eefcdfdeff045f675f74fdb69dddb52 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 2 Dec 2022 17:25:53 +1100 Subject: better cbor handling --- src/audio/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio/CMakeLists.txt') 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}) -- cgit v1.2.3