Browse Source

Help: Document the WINCE variable

pull/119/head
Pascal Bach 11 years ago
committed by Brad King
parent
commit
4b4555de3e
  1. 1
      Help/manual/cmake-variables.7.rst
  2. 5
      Help/variable/WINCE.rst

1
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

5
Help/variable/WINCE.rst

@ -0,0 +1,5 @@
WINCE
-----
True when the :variable:`CMAKE_SYSTEM_NAME` variable is set
to ``WindowsCE``.
Loading…
Cancel
Save