From 3bfa4cb469ad51072fd417cdca551e5bfc94d009 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sun, 5 Jan 2020 00:44:49 +0100 Subject: [PATCH] Still trying to link libsamplerate for the benchmark --- cmake/SfizzConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/SfizzConfig.cmake b/cmake/SfizzConfig.cmake index 18a333ef..8fa9a40c 100644 --- a/cmake/SfizzConfig.cmake +++ b/cmake/SfizzConfig.cmake @@ -37,7 +37,7 @@ endfunction(SFIZZ_LINK_LIBSNDFILE) function(SFIZZ_LINK_LIBSAMPLERATE TARGET) if (WIN32) - target_link_libraries (${TARGET} PRIVATE libsamplerate-0) + target_link_libraries (${TARGET} PRIVATE samplerate) target_include_directories(${TARGET} PRIVATE ${SAMPLERATE_INCLUDE_DIR}) else() target_link_libraries(${TARGET} PRIVATE samplerate)