crafter-build update
This commit is contained in:
parent
5f3a3ce437
commit
c98cbc28dc
2 changed files with 6 additions and 33 deletions
31
project.json
31
project.json
|
|
@ -2,36 +2,15 @@
|
|||
"name": "crafter-event",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "base",
|
||||
"standard": "c++26",
|
||||
"source_files": [],
|
||||
"module_files": ["Crafter.Event"],
|
||||
"additional_files": [],
|
||||
"build_dir": "build",
|
||||
"output_dir": "bin",
|
||||
"name": "lib",
|
||||
"interfaces": ["interfaces/Crafter.Event"],
|
||||
"type":"library"
|
||||
|
||||
},
|
||||
{
|
||||
"name": "lib-debug",
|
||||
"extends": ["base"],
|
||||
"debug":true,
|
||||
"dependencies": [
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Thread.git",
|
||||
"configuration":"lib-debug"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "lib-release",
|
||||
"extends": ["base"],
|
||||
"optimization_level": "3",
|
||||
"dependencies": [
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Thread.git",
|
||||
"configuration":"lib-release"
|
||||
}
|
||||
]
|
||||
"debug" : true,
|
||||
"extends": ["lib"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue