mirror of
https://github.com/microsoft/DirectXMath
synced 2024-11-09 14:10:09 +00:00
43 lines
994 B
JSON
43 lines
994 B
JSON
{
|
|
"version": 2,
|
|
"configurePresets": [
|
|
{
|
|
"name": "base",
|
|
"displayName": "Basic Config",
|
|
"description": "Basic build using Ninja generator",
|
|
"generator": "Ninja",
|
|
"hidden": true,
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
"cacheVariables": { "CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}" }
|
|
},
|
|
|
|
{
|
|
"name": "x64",
|
|
"architecture": {
|
|
"value": "x64",
|
|
"strategy": "external"
|
|
},
|
|
"hidden": true
|
|
},
|
|
|
|
{
|
|
"name": "Debug",
|
|
"cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" },
|
|
"hidden": true
|
|
},
|
|
|
|
{
|
|
"name": "MSVC",
|
|
"hidden": true,
|
|
"cacheVariables": {
|
|
"CMAKE_CXX_COMPILER": "cl.exe"
|
|
},
|
|
"toolset": {
|
|
"value": "host=x64",
|
|
"strategy": "external"
|
|
}
|
|
},
|
|
|
|
{ "name": "x64-Debug" , "description": "MSVC for x64 (Debug) for Windows 8", "inherits": [ "base", "x64", "Debug", "MSVC" ] }
|
|
]
|
|
} |