diff options
author | Brad King <brad.king@kitware.com> | 2016-08-23 17:08:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-08-23 17:10:51 (GMT) |
commit | 7b637ebdc97655462d08d8ff70bee5d4f32e4681 (patch) | |
tree | 037638b87540fc203610652d2d96c700b0fa306c /Help/manual | |
parent | c2f561e58c799cc82df7db70710ae2f79b8b6b64 (diff) | |
download | CMake-7b637ebdc97655462d08d8ff70bee5d4f32e4681.zip CMake-7b637ebdc97655462d08d8ff70bee5d4f32e4681.tar.gz CMake-7b637ebdc97655462d08d8ff70bee5d4f32e4681.tar.bz2 |
Android: Add `ANDROID` variable to indicate the target
Allow projects to use `if(ANDROID)` to condition their Android-specific
code paths.
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-variables.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index cdce6f6..275b66c 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -173,6 +173,7 @@ Variables that Describe the System .. toctree:: :maxdepth: 1 + /variable/ANDROID /variable/APPLE /variable/BORLAND /variable/CMAKE_CL_64 |