add uncommitted files
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": 1,
|
||||
"projectType": "auto",
|
||||
"cmake": {
|
||||
"sourceDir": ".",
|
||||
"binaryDir": "out/build/windows-debug",
|
||||
"configurePreset": "windows-debug",
|
||||
"buildPreset": "windows-debug",
|
||||
"testPreset": "windows-debug"
|
||||
},
|
||||
"msbuild": {
|
||||
"solution": "MyProject.sln",
|
||||
"configuration": "Debug",
|
||||
"platform": "x64",
|
||||
"testCommand": [
|
||||
"build/tests/Debug/MyProjectTests.exe"
|
||||
]
|
||||
},
|
||||
"tdd": {
|
||||
"testRoots": [
|
||||
"tests"
|
||||
],
|
||||
"testPatterns": [
|
||||
"{stem}_test.cpp",
|
||||
"test_{stem}.cpp"
|
||||
],
|
||||
"exclude": [
|
||||
"legacy/generated/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user