diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-07 18:57:39 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-07 18:59:03 +0200 |
commit | 4c6674dd7504f7e000fb7cea5c6d0c537217a1fb (patch) | |
tree | 41debcf7bc15b092a5a9744a4ffbf5dcb7ed0bed /cmake/opentrack-boilerplate.cmake | |
parent | 76d9145bd2c1d2596ef1bc8bf516a141472f4ea8 (diff) |
cmake: remove src install
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r-- | cmake/opentrack-boilerplate.cmake | 3 |
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() |