mirror of
https://github.com/JonathanSalwan/Triton
synced 2026-06-21 13:43:30 +00:00
Update cmake presets
This commit is contained in:
+14
-6
@@ -44,6 +44,14 @@
|
||||
"strategy": "external"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "arm64",
|
||||
"hidden": true,
|
||||
"architecture": {
|
||||
"value": "arm64",
|
||||
"strategy": "external"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "linux-x64",
|
||||
"inherits": [ "ninja", "x64", "locations-base", "vcpkg-base", "warnings-base" ],
|
||||
@@ -54,8 +62,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "macos-x64",
|
||||
"inherits": [ "ninja", "x64", "locations-base", "vcpkg-base", "warnings-base" ],
|
||||
"name": "macos-arm64",
|
||||
"inherits": [ "ninja", "arm64", "locations-base", "vcpkg-base", "warnings-base" ],
|
||||
"condition": {"type": "equals", "lhs": "${hostSystemName}", "rhs": "Darwin"}
|
||||
},
|
||||
{
|
||||
@@ -72,8 +80,8 @@
|
||||
"condition": {"type": "equals", "lhs": "${hostSystemName}", "rhs": "Linux"}
|
||||
},
|
||||
{
|
||||
"name": "build-macos-x64",
|
||||
"configurePreset": "macos-x64",
|
||||
"name": "build-macos-arm64",
|
||||
"configurePreset": "macos-arm64",
|
||||
"nativeToolOptions": [ "-v" ],
|
||||
"condition": {"type": "equals", "lhs": "${hostSystemName}", "rhs": "Darwin"}
|
||||
},
|
||||
@@ -102,8 +110,8 @@
|
||||
"condition": {"type": "equals", "lhs": "${hostSystemName}", "rhs": "Linux"}
|
||||
},
|
||||
{
|
||||
"name": "test-macos-x64",
|
||||
"configurePreset": "macos-x64",
|
||||
"name": "test-macos-arm64",
|
||||
"configurePreset": "macos-arm64",
|
||||
"inherits": [ "test-base" ],
|
||||
"condition": {"type": "equals", "lhs": "${hostSystemName}", "rhs": "Darwin"}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user