mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
8 lines
210 B
CMake
8 lines
210 B
CMake
idf_component_register(SRCS "accessors.c" "led.c" "audio_controls.c" "battery.c" "buttons.c" "services.c" "monitor.c" "rotary_encoder.c"
|
|
INCLUDE_DIRS . ../tools/
|
|
REQUIRES json platform_config
|
|
|
|
)
|
|
|
|
|