diff options
author | crupest <crupest@outlook.com> | 2019-03-28 18:37:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-28 18:37:02 +0800 |
commit | d72ff7334270de91242240d45263783e72546a1e (patch) | |
tree | f7e6bb13b4efb69d108e1521035b929137b6dd33 /CMakeSettings.json | |
parent | ae41f140bfe121274311e00ddd74f7bd9b192819 (diff) | |
download | cru-d72ff7334270de91242240d45263783e72546a1e.tar.gz cru-d72ff7334270de91242240d45263783e72546a1e.tar.bz2 cru-d72ff7334270de91242240d45263783e72546a1e.zip |
...
Diffstat (limited to 'CMakeSettings.json')
-rw-r--r-- | CMakeSettings.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CMakeSettings.json b/CMakeSettings.json new file mode 100644 index 00000000..1d244620 --- /dev/null +++ b/CMakeSettings.json @@ -0,0 +1,17 @@ +{ + "configurations": [ + { + "name": "x64-Debug", + "generator": "Ninja", + "configurationType": "Debug", + "inheritEnvironments": [ + "msvc_x64_x64" + ], + "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", + "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "" + } + ] +}
\ No newline at end of file |