Files
squeezelite-esp32-gronod/components/platform_console/app_squeezelite/CMakeLists.txt
2020-03-10 17:27:06 -04:00

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")