new structure
This commit is contained in:
parent
5f3a3ce437
commit
70f91b63c6
2 changed files with 4 additions and 16 deletions
12
project.json
12
project.json
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue