Files
squeezelite-esp32/components/raop/CMakeLists.txt
2020-03-08 10:46:30 -04:00

10 lines
266 B
CMake

idf_component_register(SRC_DIRS .
INCLUDE_DIRS .
PRIV_REQUIRES newlib freertos pthread platform_config mdns services codecs tools display
)
set_source_files_properties(raop.c
PROPERTIES COMPILE_FLAGS
-Wno-misleading-indentation
)