dolphin/CMakeSettings.json

38 lines
989 B
JSON
Raw Normal View History

2019-05-08 21:57:47 +00:00
{
"configurations": [
{
2019-05-08 21:57:47 +00:00
"name": "Release",
"configurationType": "Release",
2019-05-15 07:53:42 +00:00
"generator": "Ninja",
2019-05-08 21:57:47 +00:00
"inheritEnvironments": [ "msvc_x64_x64" ],
2019-05-15 07:53:42 +00:00
"buildCommandArgs": "",
2019-05-08 21:57:47 +00:00
"buildRoot": "${workspaceRoot}\\build",
"cmakeCommandArgs": "",
2019-05-08 21:57:47 +00:00
"variables": [
{
"name": "Qt5_DIR",
"value": "${workspaceRoot}\\Externals\\Qt\\Qt5.11.1\\5.11.1\\msvc2017_64\\lib\\cmake\\Qt5"
}
]
},
{
2019-05-08 21:57:47 +00:00
"name": "Debug",
"configurationType": "Debug",
2019-05-15 07:53:42 +00:00
"generator": "Ninja",
2019-05-08 21:57:47 +00:00
"inheritEnvironments": [ "msvc_x64_x64" ],
2019-05-15 07:53:42 +00:00
"buildCommandArgs": "",
2019-05-08 21:57:47 +00:00
"buildRoot": "${workspaceRoot}\\build",
"cmakeCommandArgs": "",
2019-05-08 21:57:47 +00:00
"variables": [
{
"name": "CMAKE_BUILD_TYPE",
"value": "Debug"
},
{
"name": "Qt5_DIR",
"value": "${workspaceRoot}\\Externals\\Qt\\Qt5.11.1\\5.11.1\\msvc2017_64\\lib\\cmake\\Qt5"
}
]
}
]
2019-05-08 21:57:47 +00:00
}