CMakeLists.txt 293 B

123456
  1. idf_component_register( SRC_DIRS .
  2. INCLUDE_DIRS .
  3. PRIV_REQUIRES console codecs squeezelite newlib pthread tools platform_config)
  4. target_link_libraries(${COMPONENT_LIB} INTERFACE "-Wl,--undefined=feof")
  5. target_link_libraries(${COMPONENT_LIB} INTERFACE "-Wl,--undefined=fdopen")