diff options
author | Pascal Bach <pascal.bach@siemens.com> | 2014-09-11 09:07:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-09-11 12:44:20 (GMT) |
commit | 4b4555de3e2fc1782298003cbd7efdd10bfbd685 (patch) | |
tree | 91e90ca8cd0e349dd5688f6c0c072209d8b0017c /Help/variable/WINCE.rst | |
parent | 0a92b23c52675bf8fe93cb9959266a49ab509ac1 (diff) | |
download | CMake-4b4555de3e2fc1782298003cbd7efdd10bfbd685.zip CMake-4b4555de3e2fc1782298003cbd7efdd10bfbd685.tar.gz CMake-4b4555de3e2fc1782298003cbd7efdd10bfbd685.tar.bz2 |
Help: Document the WINCE variable
Diffstat (limited to 'Help/variable/WINCE.rst')
-rw-r--r-- | Help/variable/WINCE.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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``. |