forked from gronod/squeezelite-esp32
7 lines
184 B
CMake
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/
|
|
|
|
)
|
|
|
|
|