mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
10 lines
280 B
CMake
10 lines
280 B
CMake
|
|
idf_component_register(SRC_DIRS .
|
|
INCLUDE_DIRS .
|
|
PRIV_REQUIRES newlib freertos pthread tools platform_config mdns services codecs display wifi-manager
|
|
|
|
)
|
|
set_source_files_properties(raop.c
|
|
PROPERTIES COMPILE_FLAGS
|
|
-Wno-misleading-indentation
|
|
) |