forked from gronod/squeezelite-esp32
10 lines
266 B
CMake
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
|
|
) |