summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-toolchains.7.rst
diff options
context:
space:
mode:
authorDmitry Polyanitsa <dpolyanitsa@nvidia.com>2014-12-17 14:11:51 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-17 16:17:28 (GMT)
commiteeaa25e52144626dc76717dea37af3b8d20cb171 (patch)
tree8489421493f714470a3b94bf9f94335e309f00ac /Help/manual/cmake-toolchains.7.rst
parent1b3ab3318dcdabe074da3c95b54f9483d47f95be (diff)
downloadCMake-eeaa25e52144626dc76717dea37af3b8d20cb171.zip
CMake-eeaa25e52144626dc76717dea37af3b8d20cb171.tar.gz
CMake-eeaa25e52144626dc76717dea37af3b8d20cb171.tar.bz2
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/manual/cmake-toolchains.7.rst')
-rw-r--r--Help/manual/cmake-toolchains.7.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/manual/cmake-toolchains.7.rst b/Help/manual/cmake-toolchains.7.rst
index 44ffb3b..054438d 100644
--- a/Help/manual/cmake-toolchains.7.rst
+++ b/Help/manual/cmake-toolchains.7.rst
@@ -256,5 +256,6 @@ like this:
The :variable:`CMAKE_GENERATOR_TOOLSET` may be set to select
the Nsight Tegra "Toolchain Version" value.
-See the :prop_tgt:`ANDROID_API` and :prop_tgt:`ANDROID_GUI`
-target properties to configure targets within the project.
+See the :prop_tgt:`ANDROID_API_MIN`, :prop_tgt:`ANDROID_API`
+and :prop_tgt:`ANDROID_GUI` target properties to configure
+targets within the project.