From f41aff9500649db7ea6655599291f224203eea0c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 10 Oct 2021 14:20:48 +0200 Subject: cmake: fix Linux install prefix Reported and tested by: @GDsouza --- cmake/opentrack-boilerplate.cmake | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v1.2.3