Files
squeezelite-esp32/components/led_strip/CMakeLists.txt
2025-03-18 17:38:34 -04:00

12 lines
259 B
CMake

idf_component_register(SRC_DIRS .
INCLUDE_DIRS .
REQUIRES tools platform_config esp_common
PRIV_REQUIRES services freertos driver
)
set_source_files_properties(led_strip.c
PROPERTIES COMPILE_FLAGS
-Wno-format-overflow
)