2024A-SW/managed_components/chmorgan__esp-audio-player/test/CMakeLists.txt
2026-02-07 16:06:20 -06:00

4 lines
244 B
CMake

idf_component_register(SRCS "audio_player_test.c" "audio_mixer_test.c"
PRIV_INCLUDE_DIRS "."
PRIV_REQUIRES unity test_utils audio_player
EMBED_TXTFILES gs-16b-1c-44100hz.mp3)