2024A-SW/components/Audio/CMakeLists.txt
2025-01-25 14:04:42 -06:00

11 lines
178 B
CMake

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