summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/ANDROID_API_MIN.rst
diff options
context:
space:
mode:
authorDmitry Polyanitsa <dpolyanitsa@nvidia.com>2014-12-17 17:11:51 +0300
committerBrad King <brad.king@kitware.com>2014-12-17 11:17:28 -0500
commiteeaa25e52144626dc76717dea37af3b8d20cb171 (patch)
tree8489421493f714470a3b94bf9f94335e309f00ac /Help/prop_tgt/ANDROID_API_MIN.rst
parent1b3ab3318dcdabe074da3c95b54f9483d47f95be (diff)
downloadcmake-eeaa25e52144626dc76717dea37af3b8d20cb171.tar.gz
Add 'ANDROID_API_MIN' target property to set Android Target MIN API
Also add a 'CMAKE_ANDROID_API_MIN' variable to set the property default. Teach the VS generator to write the MIN API value into Nsight Tegra project files.
Diffstat (limited to 'Help/prop_tgt/ANDROID_API_MIN.rst')
-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 0000000000..773ab3feb4
--- /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.