39 lines
916 B
JSON
39 lines
916 B
JSON
{
|
|
"version": 10,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 21,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "windows",
|
|
"hidden": true,
|
|
"condition": {
|
|
"type": "equals",
|
|
"lhs": "${hostSystemName}",
|
|
"rhs": "Windows"
|
|
},
|
|
"generator": "Visual Studio 16 2019",
|
|
"warnings": {"dev": true, "deprecated": true},
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/exports",
|
|
"BUILD_TESTING": "OFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "configure-windows-debug",
|
|
"inherits": "windows",
|
|
"description": "NetEase MSS C wrapper for Windows - Debug Configuration",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"architecture": {
|
|
"value": "x64",
|
|
"strategy": "set"
|
|
},
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
|
"CMAKE_DEBUG_POSTFIX": "d"
|
|
}
|
|
}
|
|
]
|
|
} |