Files
squeezelite-esp32/components/services/CMakeLists.txt
2020-01-10 15:39:32 -05:00

7 lines
160 B
CMake

idf_component_register(SRCS "led.c" "audio_controls.c" "buttons.c" "services.c" "monitor.c"INCLUDE_DIRS
INCLUDE_DIRS . ../tools/
)