2024A-SW/components/Audio/CMakeLists.txt
2025-11-22 14:18:35 -06:00

12 lines
202 B
CMake

idf_component_register(
SRCS
"I2S_Audio.c"
INCLUDE_DIRS
"."
REQUIRES
"SystemK"
"System_Events"
"driver"
"spiffs"
"esp-audio-player"
)