Files
snapclient/components/audio_sal/CMakeLists.txt
Karl Osterseher db0f9732b2 upgrade to IDF v5.1.1
custom board driver ma120x0 is broken
esp dsp is now IDF managed component
mdns is now IDF managed component

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
2024-01-08 22:49:11 +01:00

15 lines
354 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_SRCS "audio_mem.c"
"audio_sys.c"
"audio_thread.c"
"audio_url.c"
"audio_mutex.c"
"audio_queue.c"
"media_os_ctype.c")
list(APPEND COMPONENT_REQUIRES efuse)
register_component()