diff options
author | Brad King <brad.king@kitware.com> | 2014-07-18 11:12:11 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-09-29 16:05:52 -0400 |
commit | 2f071466ebd4e3a416a523ac5f17c84543ff8b3c (patch) | |
tree | e5a7bd9d212eca3ac892eaa22071d80590146f65 /Help/variable | |
parent | c655f0c417f66096a62bb837e163ec636665dd69 (diff) | |
download | cmake-2f071466ebd4e3a416a523ac5f17c84543ff8b3c.tar.gz |
VS: Teach VS >= 10 to recognize CMAKE_SYSTEM_NAME 'Android'
When CMAKE_SYSTEM_NAME is 'Android', check for an installation of
'NVIDIA Nsight Tegra Visual Studio Edition' and generate .vcxproj
files for the "Tegra-Android" platform. Also make the installed
version available in a CMAKE_VS_NsightTegra_VERSION variable.
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_VS_NsightTegra_VERSION.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_VS_NsightTegra_VERSION.rst b/Help/variable/CMAKE_VS_NsightTegra_VERSION.rst new file mode 100644 index 0000000000..386c3a9de6 --- /dev/null +++ b/Help/variable/CMAKE_VS_NsightTegra_VERSION.rst @@ -0,0 +1,7 @@ +CMAKE_VS_NsightTegra_VERSION +---------------------------- + +When using a Visual Studio generator with the +:variable:`CMAKE_SYSTEM_NAME` variable set to ``Android``, +this variable contains the version number of the +installed NVIDIA Nsight Tegra Visual Studio Edition. |