mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Allow projects to use `if(ANDROID)` to condition their Android-specific code paths.
6 lines
101 B
ReStructuredText
6 lines
101 B
ReStructuredText
ANDROID
|
|
-------
|
|
|
|
Set to ``1`` when the target system (:variable:`CMAKE_SYSTEM_NAME`) is
|
|
``Android``.
|