2
0

CMakeLists.txt 280 B

12345678910
  1. idf_component_register(SRC_DIRS .
  2. INCLUDE_DIRS .
  3. PRIV_REQUIRES newlib freertos pthread tools platform_config mdns services codecs display wifi-manager
  4. )
  5. set_source_files_properties(raop.c
  6. PROPERTIES COMPILE_FLAGS
  7. -Wno-misleading-indentation
  8. )