summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/variable/CMAKE_VS_PLATFORM_NAME.rst
diff options
context:
space:
mode:
authorAlexander Dorokhine <adorokhine@google.com>2020-02-20 12:26:38 -0800
committerAlexander Dorokhine <adorokhine@google.com>2020-02-20 12:42:47 -0800
commitde5fa1c66d3bdcbf2bbc62d2504ec6b0b0fb74e1 (patch)
tree7a3c3db6a9f4739eac3bbb304ec5ae2276b5f5b2 /share/cmake-3.10/Help/variable/CMAKE_VS_PLATFORM_NAME.rst
parentda4b9cb08341185e002c8a8c5df73533cdb93b41 (diff)
parent7b4dc2fe14068921358ad685dea0d59c5a58e1fc (diff)
downloadlinux-x86-de5fa1c66d3bdcbf2bbc62d2504ec6b0b0fb74e1.tar.gz
* origin/cmake-master-dev: Upgrade cmake to 3.10.2 Update cmake (ab/4111459) Add cmake 3.8.2 for tests Update prebuilts to CMake 3.6.0-rc2 (go/ab/3043163). Bug: 149853706 Change-Id: Ibed49ca8ac685da3bc5c02fef640c478dad1dcf9
Diffstat (limited to 'share/cmake-3.10/Help/variable/CMAKE_VS_PLATFORM_NAME.rst')
-rw-r--r--share/cmake-3.10/Help/variable/CMAKE_VS_PLATFORM_NAME.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/cmake-3.10/Help/variable/CMAKE_VS_PLATFORM_NAME.rst b/share/cmake-3.10/Help/variable/CMAKE_VS_PLATFORM_NAME.rst
new file mode 100644
index 0000000..a532743
--- /dev/null
+++ b/share/cmake-3.10/Help/variable/CMAKE_VS_PLATFORM_NAME.rst
@@ -0,0 +1,8 @@
+CMAKE_VS_PLATFORM_NAME
+----------------------
+
+Visual Studio target platform name.
+
+VS 8 and above allow project files to specify a target platform.
+CMake provides the name of the chosen platform in this variable.
+See the :variable:`CMAKE_GENERATOR_PLATFORM` variable for details.