Merge topic 'doc-WINCE-var'

4b4555de Help: Document the WINCE variable
This commit is contained in:
Brad King 2014-09-11 12:55:07 -04:00 committed by CMake Topic Stage
commit 162cd309b0
2 changed files with 6 additions and 0 deletions

View File

@ -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 Normal file
View File

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