diff options
author | Brad King <brad.king@kitware.com> | 2014-12-18 15:16:40 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-12-18 15:16:40 (GMT) |
commit | 45b1e31451dc9e393703380282434a2456284954 (patch) | |
tree | 5f0662fb89c7da9da6412e0f368cd5a2d7ef55c3 /Help/manual/cmake-toolchains.7.rst | |
parent | a39e65a8172097f8b2545610188a2bdc69598497 (diff) | |
parent | eeaa25e52144626dc76717dea37af3b8d20cb171 (diff) | |
download | CMake-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/manual/cmake-toolchains.7.rst')
-rw-r--r-- | Help/manual/cmake-toolchains.7.rst | 5 |
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. |