mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-22 21:17:45 +01:00
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")
|
|
|