mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 05:37:57 +03:00
Add CMake preset for WASM build.
This commit is contained in:
parent
e46557675b
commit
48eb5154cf
1 changed files with 45 additions and 0 deletions
|
@ -93,6 +93,24 @@
|
|||
},
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "WASM",
|
||||
"cacheVariables": {
|
||||
"BUILD_PSFPLAYER": {
|
||||
"type": "BOOL",
|
||||
"value": "ON"
|
||||
},
|
||||
"BUILD_TESTS": {
|
||||
"type": "BOOL",
|
||||
"value": "OFF"
|
||||
},
|
||||
"USE_QT": {
|
||||
"type": "BOOL",
|
||||
"value": "OFF"
|
||||
}
|
||||
},
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "windows-x86_32-vs",
|
||||
"inherits": [
|
||||
|
@ -136,6 +154,13 @@
|
|||
"IOS",
|
||||
"XCODE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wasm-ninja",
|
||||
"inherits": [
|
||||
"WASM",
|
||||
"NINJA"
|
||||
]
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
|
@ -154,6 +179,26 @@
|
|||
"targets": [
|
||||
"Play"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wasm-ninja-debug",
|
||||
"configurePreset": "wasm-ninja",
|
||||
"configuration": "Debug",
|
||||
"targets": [
|
||||
"Play",
|
||||
"PsfPlayer",
|
||||
"CodeGenTestSuite"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wasm-ninja-release",
|
||||
"configurePreset": "wasm-ninja",
|
||||
"configuration": "Release",
|
||||
"targets": [
|
||||
"Play",
|
||||
"PsfPlayer",
|
||||
"CodeGenTestSuite"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue