Help: Document the WINCE variable

This commit is contained in:
Pascal Bach 2014-09-11 11:07:35 +02:00 committed by Brad King
parent 0a92b23c52
commit 4b4555de3e
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``.