Skip to content

Commit

Permalink
Fix VS launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SupSuper committed Mar 9, 2019
1 parent 16696a3 commit 457bd63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Icon
[Ii]pch/
.vs/
*.VC.*
CMakeSettings.json
#Dependencies build information
[Dd]ependencies/x64/

Expand Down
13 changes: 13 additions & 0 deletions .vs/launch.vs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": "0.2.1",
"defaults": {},
"configurations": [
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "OpenApoc.exe (bin\\OpenApoc.exe)",
"name": "OpenApoc.exe (bin\\OpenApoc.exe)",
"currentDir": "${workspaceRoot}"
}
]
}

0 comments on commit 457bd63

Please sign in to comment.