diff options
-rw-r--r-- | cmake/opentrack-boilerplate.cmake | 1 |
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() |