CMakeLists.txt 266 B

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