new structure

This commit is contained in:
Jorijn van der Graaf 2025-11-16 15:05:48 +01:00
commit 70f91b63c6
2 changed files with 4 additions and 16 deletions

View file

@ -3,12 +3,7 @@
"configurations": [
{
"name": "base",
"standard": "c++26",
"source_files": [],
"module_files": ["Crafter.Event"],
"additional_files": [],
"build_dir": "build",
"output_dir": "bin",
"interfaces": ["interfaces/Crafter.Event"],
"type":"library"
},
{
@ -23,13 +18,12 @@
]
},
{
"name": "lib-release",
"name": "lib",
"extends": ["base"],
"optimization_level": "3",
"dependencies": [
{
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Thread.git",
"configuration":"lib-release"
"configuration":"lib"
}
]
}