summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-boilerplate.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r--cmake/opentrack-boilerplate.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake
index a78e0ed0..34721b02 100644
--- a/cmake/opentrack-boilerplate.cmake
+++ b/cmake/opentrack-boilerplate.cmake
@@ -235,7 +235,8 @@ function(otr_module n_)
endif()
else()
# Plugins
- install(TARGETS "${n}" ${opentrack-install-src}
+ install(TARGETS "${n}"
+ RUNTIME DESTINATION ${opentrack-libexec}
PERMISSIONS ${opentrack-perms-exec})
endif()