summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-hier.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-05-03 10:40:44 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-05-03 10:41:39 +0200
commit7635ad3341be78e3915442921a8b9420fa00ef2c (patch)
treed0e9dbb708354df0a5bf4dc96828f9e89e1d3c7a /cmake/opentrack-hier.cmake
parent764a29e801951bf0091f9605e925f7bbbcc74ef2 (diff)
cmake: simplify
otr_module is still long but more readable now. There shouldn't be any breaking changes. Also, .pdb install is now enabled. The rationale is that unless the user performs a build on his own, the original .pdb files are long gone. Still need to add splitdebug for Unix installations.
Diffstat (limited to 'cmake/opentrack-hier.cmake')
-rw-r--r--cmake/opentrack-hier.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/opentrack-hier.cmake b/cmake/opentrack-hier.cmake
index 905625fb..c81ebdd3 100644
--- a/cmake/opentrack-hier.cmake
+++ b/cmake/opentrack-hier.cmake
@@ -26,6 +26,7 @@ elseif(WIN32)
set(opentrack-hier-str RUNTIME DESTINATION ./modules/ LIBRARY DESTINATION ./modules/)
set(opentrack-i18n-pfx "./i18n")
set(opentrack-i18n-path "./i18n")
+ set(opentrack-hier-debug "./debug")
else()
set(opentrack-hier-pfx "libexec/opentrack")
set(opentrack-hier-path "/../libexec/opentrack/")