updated project
This commit is contained in:
parent
af547a319c
commit
5f9f165798
3 changed files with 91 additions and 7 deletions
13
project.json
13
project.json
|
|
@ -7,30 +7,29 @@
|
|||
"source_files": [],
|
||||
"module_files": ["Crafter.Event"],
|
||||
"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":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Thread.git",
|
||||
"configuration":"debug"
|
||||
"configuration":"lib-debug"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "release",
|
||||
"name": "lib-release",
|
||||
"extends": ["base"],
|
||||
"optimization_level": "3",
|
||||
"dependencies": [
|
||||
{
|
||||
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.Thread.git",
|
||||
"configuration":"release"
|
||||
"configuration":"lib-release"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue