diff options
author | R. van Twisk <ries.van.twisk@ing.com> | 2019-12-27 22:31:59 +0100 |
---|---|---|
committer | R. van Twisk <ries.van.twisk@ing.com> | 2019-12-27 22:31:59 +0100 |
commit | b84e9dfedbbd16470532312e16ee03c50453d438 (patch) | |
tree | 5f94bf7707ea7a9b2ce62bf2c90cf1776ac83787 /cmake/opentrack-boilerplate.cmake | |
parent | eda539bf149534fd9b65e8da585b4b4cdac72ac1 (diff) |
Add xplane and aruco
Add documentsion, source and xplane to DMG
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r-- | cmake/opentrack-boilerplate.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake index 7e9231ed..958403cc 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -224,7 +224,7 @@ function(otr_module n_) install(TARGETS "${n}" RUNTIME DESTINATION ${opentrack-hier-bin} BUNDLE DESTINATION ${opentrack-hier-bin} - LIBRARY DESTINATION ${opentrack-hier-bin}/opentrack.app/Contents/MacOS/ + LIBRARY DESTINATION ${opentrack-hier-bin}/Library RESOURCE DESTINATION ${opentrack-hier-bin}/opentrack.app/Resource PERMISSIONS ${opentrack-perms-exec}) else() |