summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-18 15:16:40 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-12-18 15:16:40 (GMT)
commit45b1e31451dc9e393703380282434a2456284954 (patch)
tree5f0662fb89c7da9da6412e0f368cd5a2d7ef55c3 /Help/prop_tgt
parenta39e65a8172097f8b2545610188a2bdc69598497 (diff)
parenteeaa25e52144626dc76717dea37af3b8d20cb171 (diff)
downloadCMake-45b1e31451dc9e393703380282434a2456284954.zip
CMake-45b1e31451dc9e393703380282434a2456284954.tar.gz
CMake-45b1e31451dc9e393703380282434a2456284954.tar.bz2
Merge topic 'vs-nsight-tegra-min-api'
eeaa25e5 Add 'ANDROID_API_MIN' target property to set Android Target MIN API
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/ANDROID_API_MIN.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/prop_tgt/ANDROID_API_MIN.rst b/Help/prop_tgt/ANDROID_API_MIN.rst
new file mode 100644
index 0000000..773ab3f
--- /dev/null
+++ b/Help/prop_tgt/ANDROID_API_MIN.rst
@@ -0,0 +1,7 @@
+ANDROID_API_MIN
+---------------
+
+Set the Android MIN API version (e.g. ``9``). The version number
+must be a positive decimal integer. This property is initialized by
+the value of the :variable:`CMAKE_ANDROID_API_MIN` variable if it is set
+when a target is created. Native code builds using this API version.