Update nostalgia to work with file system changes

This commit is contained in:
2018-02-02 01:15:53 -06:00
parent 637c9f24c2
commit f430d6d398
10 changed files with 211 additions and 17 deletions

2
.vscode/tasks.json vendored
View File

@ -6,7 +6,7 @@
{
"label": "build",
"type": "shell",
"command": "cmake --build ${workspaceFolder}/build/current --target install",
"command": "cmake --build ${workspaceFolder}/build/current --target install -- -j",
"group": {
"kind": "build",
"isDefault": true