mirror of
https://github.com/JonathanSalwan/Triton
synced 2026-08-17 10:23:04 -04:00
Update cmake presets
This commit is contained in:
parent
fabc643f21
commit
12fb3c2742
1 changed files with 14 additions and 6 deletions
|
|
@ -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"}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue