Skip to content

Commit 0136966

Browse files
authored
adding in x64 targets to cmake presets (#7574)
1 parent 10b1e45 commit 0136966

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CMakePresets.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": 4,
33
"configurePresets": [
44
{
@@ -40,6 +40,10 @@
4040

4141
{ "name": "arm64-windows-msvc-debug" , "inherits": [ "base", "arm64-windows-msvc", "debug" ] },
4242
{ "name": "arm64-windows-msvc-release", "inherits": [ "base", "arm64-windows-msvc", "release" ] },
43-
{ "name": "arm64-windows-msvc+static-release", "inherits": [ "base", "arm64-windows-msvc", "release", "static" ] }
43+
{ "name": "arm64-windows-msvc+static-release", "inherits": [ "base", "arm64-windows-msvc", "release", "static" ] },
44+
45+
{ "name": "x64-windows-msvc-debug" , "inherits": [ "base", "debug" ] },
46+
{ "name": "x64-windows-msvc-release", "inherits": [ "base", "release" ] },
47+
{ "name": "x64-windows-msvc+static-release", "inherits": [ "base", "release", "static" ] }
4448
]
4549
}

0 commit comments

Comments
 (0)