forked from gronod/squeezelite-esp32
7 lines
293 B
CMake
7 lines
293 B
CMake
idf_component_register( SRC_DIRS .
|
|
INCLUDE_DIRS .
|
|
PRIV_REQUIRES console codecs squeezelite newlib pthread tools platform_config)
|
|
target_link_libraries(${COMPONENT_LIB} INTERFACE "-Wl,--undefined=feof")
|
|
target_link_libraries(${COMPONENT_LIB} INTERFACE "-Wl,--undefined=fdopen")
|
|
|