dolphin/CMakeSettings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

34 lines
921 B
JSON
Raw Normal View History

2019-05-08 15:57:47 -06:00
{
"configurations": [
{
2019-05-08 15:57:47 -06:00
"name": "Release",
"configurationType": "Release",
2019-05-15 01:53:42 -06:00
"generator": "Ninja",
2019-05-08 15:57:47 -06:00
"inheritEnvironments": [ "msvc_x64_x64" ],
2019-05-15 01:53:42 -06:00
"buildCommandArgs": "",
"buildRoot": "${workspaceRoot}\\Build\\${name}",
"cmakeCommandArgs": "",
2019-05-08 15:57:47 -06:00
"variables": [
{
"name": "Qt5_DIR",
2019-10-12 19:36:17 -06:00
"value": "${workspaceRoot}\\Externals\\Qt\\Qt5.13.1\\5.13.1\\msvc2017_64\\lib\\cmake\\Qt5"
2019-05-08 15:57:47 -06:00
}
]
},
{
2019-05-08 15:57:47 -06:00
"name": "Debug",
"configurationType": "Debug",
2019-05-15 01:53:42 -06:00
"generator": "Ninja",
2019-05-08 15:57:47 -06:00
"inheritEnvironments": [ "msvc_x64_x64" ],
2019-05-15 01:53:42 -06:00
"buildCommandArgs": "",
"buildRoot": "${workspaceRoot}\\Build\\${name}",
"cmakeCommandArgs": "",
2019-05-08 15:57:47 -06:00
"variables": [
{
"name": "Qt5_DIR",
2019-10-12 19:36:17 -06:00
"value": "${workspaceRoot}\\Externals\\Qt\\Qt5.13.1\\5.13.1\\msvc2017_64\\lib\\cmake\\Qt5"
2019-05-08 15:57:47 -06:00
}
]
}
]
2019-05-08 15:57:47 -06:00
}