summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorGilles Khouzam <gillesk@microsoft.com>2014-07-28 18:19:45 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-31 18:08:52 (GMT)
commit592098e2d5a00d396e84d7a5e51ae6c550a21fc6 (patch)
tree8c1a5a40ce33cf0b5f03a1b390b1d477f5824df4 /Help/variable
parentaa42a78f523f3db5e849663a7c55d949dd25bfb0 (diff)
downloadCMake-592098e2d5a00d396e84d7a5e51ae6c550a21fc6.zip
CMake-592098e2d5a00d396e84d7a5e51ae6c550a21fc6.tar.gz
CMake-592098e2d5a00d396e84d7a5e51ae6c550a21fc6.tar.bz2
Define 'WINDOWS_PHONE' and 'WINDOWS_STORE' variables
Set one of these when CMAKE_SYSTEM_NAME is "WindowsPhone" or "WindowsStore", respectively.
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/WINDOWS_PHONE.rst5
-rw-r--r--Help/variable/WINDOWS_STORE.rst5
2 files changed, 10 insertions, 0 deletions
diff --git a/Help/variable/WINDOWS_PHONE.rst b/Help/variable/WINDOWS_PHONE.rst
new file mode 100644
index 0000000..61d91b0
--- /dev/null
+++ b/Help/variable/WINDOWS_PHONE.rst
@@ -0,0 +1,5 @@
+WINDOWS_PHONE
+-------------
+
+True when the :variable:`CMAKE_SYSTEM_NAME` variable is set
+to ``WindowsPhone``.
diff --git a/Help/variable/WINDOWS_STORE.rst b/Help/variable/WINDOWS_STORE.rst
new file mode 100644
index 0000000..dae3b53
--- /dev/null
+++ b/Help/variable/WINDOWS_STORE.rst
@@ -0,0 +1,5 @@
+WINDOWS_STORE
+-------------
+
+True when the :variable:`CMAKE_SYSTEM_NAME` variable is set
+to ``WindowsStore``.