summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-07-31 12:45:54 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-07-31 12:45:54 +0200
commitbad2a3e97a92b32c163510e7a0764034c1f87d80 (patch)
tree8f42f5ab9b9e3bff768cd375997b82d9ef1d2ec7 /cmake
parenta40de1a8987a982780daf207369fdd457de17fa1 (diff)
add maintainer mode for building WIP main-window mixins
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-platform.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index 630da3bd..de711ac4 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -149,3 +149,5 @@ endif()
if(UNIX AND NOT APPLE)
include(opentrack-pkg-config)
endif()
+
+set(opentrack_maintainer-mode FALSE CACHE BOOL "Select if developing core code (not modules)")