summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-10-10 14:20:48 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-10-10 14:20:48 +0200
commitf41aff9500649db7ea6655599291f224203eea0c (patch)
tree4213e87b4e32b3b885ffd600a9bc6dd1a374d1da /cmake
parent504b8a091730f7eacbf46a8d693dfa423041925c (diff)
cmake: fix Linux install prefix
Reported and tested by: @GDsouza
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-boilerplate.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake
index 34721b02..df33735c 100644
--- a/cmake/opentrack-boilerplate.cmake
+++ b/cmake/opentrack-boilerplate.cmake
@@ -237,6 +237,7 @@ function(otr_module n_)
# Plugins
install(TARGETS "${n}"
RUNTIME DESTINATION ${opentrack-libexec}
+ LIBRARY DESTINATION ${opentrack-libexec}
PERMISSIONS ${opentrack-perms-exec})
endif()