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

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
)