1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-06-16 15:17:23 +00:00

fix being able to build from any file

This commit is contained in:
Anson Biggs 2021-10-20 13:43:40 -07:00
parent cebccecf2b
commit 656ce8ed8d

2
.vscode/tasks.json vendored
View File

@ -2,7 +2,7 @@
"version": "2.0.0", "version": "2.0.0",
"tasks": [ "tasks": [
{ {
"type": "cppbuild", "type": "process",
"label": "buildSim", "label": "buildSim",
"command": "g++", "command": "g++",
"args": [ "args": [