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