updated project

This commit is contained in:
Jorijn van der Graaf 2025-05-07 19:04:24 +02:00
commit b49579f5bc
4 changed files with 68 additions and 9 deletions

View file

@ -7,30 +7,29 @@
"source_files": ["Crafter.Component-Component"],
"module_files": ["Crafter.Component","Crafter.Component-ComponentRef","Crafter.Component-Component"],
"additional_files": [],
"build_dir": "./build",
"output_dir": "./bin",
"build_dir": "build",
"output_dir": "bin",
"type":"library"
},
{
"name": "debug",
"name": "lib-debug",
"extends": ["base"],
"optimization_level": "0",
"debug":true,
"dependencies": [
{
"path":"/home/jorijn/repos/Crafter/Crafter.Event/project.json",
"configuration":"debug"
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
"configuration":"lib-debug"
}
]
},
{
"name": "release",
"name": "lib-release",
"extends": ["base"],
"optimization_level": "3",
"dependencies": [
{
"path":"/home/jorijn/repos/Crafter/Crafter.Event/project.json",
"configuration":"debug"
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Event.git",
"configuration":"lib-release"
}
]
}