Switch to CMake

This commit is contained in:
Grant Terris
2019-08-10 16:31:12 -07:00
parent 9a99aa4835
commit 99b5733710
6 changed files with 201 additions and 24 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "Build and Debug",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/FaultFinder.out",
"program": "${workspaceFolder}/FaultFinder",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",