Files
squeezelite-esp32/components/display/CMakeLists.txt
2020-02-19 08:02:58 -05:00

7 lines
184 B
CMake

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