Files
squeezelite-esp32/components/audio/CMakeLists.txt
2020-04-17 14:18:39 -04:00

6 lines
194 B
CMake

idf_component_register( SRC_DIRS .
INCLUDE_DIRS . inc
)
add_prebuilt_library(esp_processing lib/libesp_processing.a)
target_link_libraries(${COMPONENT_LIB} PRIVATE esp_processing)