Added new file structure

This commit is contained in:
2021-04-07 18:19:34 +02:00
parent dc849c4f71
commit 6a5c832288
7 changed files with 200 additions and 5 deletions

9
cpl-workspace.json Normal file
View File

@@ -0,0 +1,9 @@
{
"Workspace": {
"DefaultProject": "cpl_cli",
"Projects": {
"cpl": "src/cpl/cpl.json",
"cpl_cli": "src/cpl_cli/cpl_cli.json"
}
}
}