Try improving workspace structure

This commit is contained in:
Jaby 2023-03-22 21:28:38 +01:00 committed by Jaby
parent 0bde700320
commit 1bf927e2c2
1 changed files with 10 additions and 2 deletions

View File

@ -1,13 +1,21 @@
{ {
"folders": [ "folders": [
{ {
"name": "JabyEngine", "name": "Internal Include",
"path": ".", "path": "include"
},
{
"name": "Internal Source",
"path": "src"
}, },
{ {
"name": "Include", "name": "Include",
"path": "..\\..\\include" "path": "..\\..\\include"
}, },
{
"name": "JabyEngine",
"path": ".",
},
{ {
"name": "Root", "name": "Root",
"path": "..\\.." "path": "..\\.."