mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
28 lines
648 B
JSON
28 lines
648 B
JSON
{
|
|
"version": 3
|
|
, "configurePresets": [
|
|
{
|
|
"name": "win"
|
|
, "condition": {
|
|
"type": "equals"
|
|
, "lhs": "${hostSystemName}"
|
|
, "rhs": "Windows"
|
|
}
|
|
, "cacheVariables": {
|
|
"CMAKE_GENERATOR_PLATFORM": {
|
|
"type": "STRING"
|
|
, "value": "Win32"
|
|
}
|
|
}
|
|
}
|
|
, {
|
|
"name": "mac"
|
|
, "condition": {
|
|
"type": "equals"
|
|
, "lhs": "${hostSystemName}"
|
|
, "rhs": "Darwin"
|
|
}
|
|
}
|
|
]
|
|
}
|