updated project
This commit is contained in:
parent
de042a580c
commit
b49579f5bc
4 changed files with 68 additions and 9 deletions
17
project.json
17
project.json
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue