Watsyn: link against libsamplerate

Fixes Win32/Win64 build.
This commit is contained in:
Tobias Doerffel
2014-05-12 21:44:26 +02:00
parent cf7acc382d
commit 0e2451bd6e

View File

@@ -1,3 +1,5 @@
INCLUDE(BuildPlugin)
LINK_DIRECTORIES(${SAMPLERATE_LIBRARY_DIRS})
LINK_LIBRARIES(${SAMPLERATE_LIBRARIES})
BUILD_PLUGIN(watsyn Watsyn.cpp Watsyn.h MOCFILES Watsyn.h EMBEDDED_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.png)