aboutsummaryrefslogtreecommitdiff
path: root/sample-plugin
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2019-11-16 22:28:53 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2019-11-16 22:28:53 +0800
commit9c2eb04f6baadf33f60bf4af35caec77aebf48ff (patch)
tree77be5eede3ed6115a2e107b4a50b48a43719e9e0 /sample-plugin
parentaf657df8a4accb3758138769e3cc5b86530b57d5 (diff)
downloadQMidiPlayer-9c2eb04f6baadf33f60bf4af35caec77aebf48ff.tar.xz
Guessworks trying to make it install and produce packages again.
(which it won't, because Debian still doesn't have fluidsynth >= 2.0) Also lite version is currently out of scope.
Diffstat (limited to 'sample-plugin')
-rw-r--r--sample-plugin/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/sample-plugin/CMakeLists.txt b/sample-plugin/CMakeLists.txt
index be8913b..888e874 100644
--- a/sample-plugin/CMakeLists.txt
+++ b/sample-plugin/CMakeLists.txt
@@ -8,3 +8,5 @@ include_directories(${PROJECT_SOURCE_DIR}/include/)
add_library(sampleplugin MODULE
${sampleplugin_SOURCES}
)
+
+install(TARGETS sampleplugin LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/qmidiplayer/)