Try improving workspace structure
This commit is contained in:
parent
0bde700320
commit
1bf927e2c2
|
@ -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": "..\\.."
|
||||||
|
|
Loading…
Reference in New Issue