mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
9 lines
337 B
Text
9 lines
337 B
Text
--- plugins/sfxr/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC
|
|
+++ plugins/sfxr/CMakeLists.txt
|
|
@@ -1,3 +1,6 @@
|
|
INCLUDE(BuildPlugin)
|
|
|
|
BUILD_PLUGIN(sfxr sfxr.cpp sfxr.h MOCFILES sfxr.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
|
|
+
|
|
+include_directories(${SAMPLERATE_INCLUDE_DIRS})
|
|
+link_directories(${SAMPLERATE_LIBRARY_DIRS})
|