diff options
| author | Brad King <brad.king@kitware.com> | 2014-09-11 16:55:07 (GMT) |
|---|---|---|
| committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-09-11 16:55:07 (GMT) |
| commit | 162cd309b01545799ff64e86e0c4ce2ec39f0ec2 (patch) | |
| tree | 5656de57735940f01443c9307e10082355f15c63 | |
| parent | efe093dcfd77ecf5face789ff8e246300e51354a (diff) | |
| parent | 4b4555de3e2fc1782298003cbd7efdd10bfbd685 (diff) | |
| download | CMake-162cd309b01545799ff64e86e0c4ce2ec39f0ec2.zip CMake-162cd309b01545799ff64e86e0c4ce2ec39f0ec2.tar.gz CMake-162cd309b01545799ff64e86e0c4ce2ec39f0ec2.tar.bz2 | |
Merge topic 'doc-WINCE-var'
4b4555de Help: Document the WINCE variable
| -rw-r--r-- | Help/manual/cmake-variables.7.rst | 1 | ||||
| -rw-r--r-- | Help/variable/WINCE.rst | 5 |
2 files changed, 6 insertions, 0 deletions
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``. |
