Files
squeezelite-esp32-gronod/lib/led_strip/CMakeLists.txt
2026-03-13 17:03:22 +00:00

12 lines
258 B
CMake

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