diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-10 14:20:48 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-10 14:20:48 +0200 |
commit | f41aff9500649db7ea6655599291f224203eea0c (patch) | |
tree | 4213e87b4e32b3b885ffd600a9bc6dd1a374d1da | |
parent | 504b8a091730f7eacbf46a8d693dfa423041925c (diff) |
cmake: fix Linux install prefix
Reported and tested by: @GDsouza
-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() |