untangling references. linking almost completed!

This commit is contained in:
Sebastien
2020-03-08 10:46:30 -04:00
parent 70aa420406
commit b2ea4a2cdd
14 changed files with 27 additions and 18 deletions

View File

@@ -1,6 +1,10 @@
idf_component_register(SRC_DIRS .
INCLUDE_DIRS .
REQUIRES newlib platform_config services codecs tools display
PRIV_REQUIRES newlib freertos pthread platform_config mdns services codecs tools display
)
set_source_files_properties(raop.c
PROPERTIES COMPILE_FLAGS
-Wno-misleading-indentation
)