mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 01:54:08 +00:00
17 lines
420 B
JSON
17 lines
420 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Release",
|
|
"generator": "Visual Studio 15 2017 Win64",
|
|
"configurationType": "RelWithDebInfo",
|
|
"inheritEnvironments": [
|
|
"msvc_x64_x64"
|
|
],
|
|
"buildRoot": "F:\\b\\z3\\build\\${name}",
|
|
"installRoot": "F:\\b\\z3\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": ""
|
|
}
|
|
]
|
|
} |