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>
15 lines
354 B
CMake
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()
|