summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorStephan Szabo <stephan.szabo@sony.com>2018-11-26 07:50:53 -0800
committerStephan Szabo <stephan.szabo@sony.com>2018-11-28 07:43:29 -0800
commit6c6c13297c67a7838ff8e05fde1bfedb41401b1d (patch)
tree0144833970ed8eeb9c1b07aa2e9a408bc978dee5 /Templates
parent454b47ba0bd16a98b15896c732f9a4b91863b581 (diff)
downloadcmake-6c6c13297c67a7838ff8e05fde1bfedb41401b1d.tar.gz
MSVC: Add support for ARM64 architecture
The v141_Link.json already appeared to have the option included, so onlyh adding the change to v14_LIB.json. Original header commit v3.10.0-rc1~132^2 Visual Studio 15.4 adds support for this architecture.
Diffstat (limited to 'Templates')
-rw-r--r--Templates/MSBuild/FlagTables/v14_LIB.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/Templates/MSBuild/FlagTables/v14_LIB.json b/Templates/MSBuild/FlagTables/v14_LIB.json
index 58a238c973..5990ed1b74 100644
--- a/Templates/MSBuild/FlagTables/v14_LIB.json
+++ b/Templates/MSBuild/FlagTables/v14_LIB.json
@@ -36,6 +36,13 @@
},
{
"name": "TargetMachine",
+ "switch": "MACHINE:ARM64",
+ "comment": "MachineARM64",
+ "value": "MachineARM64",
+ "flags": []
+ },
+ {
+ "name": "TargetMachine",
"switch": "MACHINE:EBC",
"comment": "MachineEBC",
"value": "MachineEBC",