mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Add macOS CMake presets.
This commit is contained in:
parent
6ce05c4d6b
commit
336f70d5ee
1 changed files with 36 additions and 0 deletions
|
@ -15,6 +15,13 @@
|
|||
"binaryDir": "${sourceDir}/build_cmake/build/${presetName}",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "XCODE",
|
||||
"displayName": "Xcode",
|
||||
"generator": "Xcode",
|
||||
"binaryDir": "${sourceDir}/build_cmake/build/${presetName}",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "DEBUGGER",
|
||||
"cacheVariables": {
|
||||
|
@ -57,6 +64,20 @@
|
|||
},
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "MACOS",
|
||||
"cacheVariables": {
|
||||
"USE_QT": {
|
||||
"type": "BOOL",
|
||||
"value": "ON"
|
||||
},
|
||||
"BUILD_PSFPLAYER": {
|
||||
"type": "BOOL",
|
||||
"value": "ON"
|
||||
}
|
||||
},
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "windows-x86_32-vs",
|
||||
"inherits": [
|
||||
|
@ -78,6 +99,21 @@
|
|||
"VS",
|
||||
"DEBUGGER"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "macos-xcode",
|
||||
"inherits": [
|
||||
"MACOS",
|
||||
"XCODE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "macos-debugger-xcode",
|
||||
"inherits": [
|
||||
"MACOS",
|
||||
"XCODE",
|
||||
"DEBUGGER"
|
||||
]
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue