mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
12 lines
259 B
CMake
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
|
|
)
|