[cmake-developers] [PATCH] WINCE: Document the WINCE variable

Pascal Bach pascal.bach at siemens.com
Thu Sep 11 05:07:35 EDT 2014


---
 Help/manual/cmake-variables.7.rst |    1 +
 Help/variable/WINCE.rst           |    5 +++++
 2 files changed, 6 insertions(+)
 create mode 100644 Help/variable/WINCE.rst

diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index 149e4ac..b00c16e 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -192,6 +192,7 @@ Variables that Describe the System
    /variable/MSVC_VERSION
    /variable/UNIX
    /variable/WIN32
+   /variable/WINCE
    /variable/WINDOWS_PHONE
    /variable/WINDOWS_STORE
    /variable/XCODE_VERSION
diff --git a/Help/variable/WINCE.rst b/Help/variable/WINCE.rst
new file mode 100644
index 0000000..54ff7de
--- /dev/null
+++ b/Help/variable/WINCE.rst
@@ -0,0 +1,5 @@
+WINCE
+-----
+
+True when the :variable:`CMAKE_SYSTEM_NAME` variable is set
+to ``WindowsCE``.
-- 
1.7.10.4



More information about the cmake-developers mailing list