updated to latest crafter version
This commit is contained in:
parent
82ba7cf1af
commit
d01d482cd6
7 changed files with 234 additions and 310 deletions
33
project.json
33
project.json
|
|
@ -1,30 +1,21 @@
|
|||
{
|
||||
"name": "crafter-math",
|
||||
"name": "crafter-match",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "base",
|
||||
"standard": "c++26",
|
||||
"source_files": [],
|
||||
"module_files": ["Crafter.Math-Vector", "Crafter.Math-BasicTypes", "Crafter.Math-MatrixCollumMajor", "Crafter.Math-MatrixRowMajor", "Crafter.Math-Misc", "Crafter.Math"],
|
||||
"build_dir": "build",
|
||||
"output_dir": "bin",
|
||||
"type":"library"
|
||||
"interfaces": ["Crafter.Math-Vector", "Crafter.Math-BasicTypes", "Crafter.Math-MatrixRowMajor", "Crafter.Math-Misc", "Crafter.Math"],
|
||||
"implementations": []
|
||||
},
|
||||
{
|
||||
"name": "lib",
|
||||
"extends": ["base"],
|
||||
"type":"library",
|
||||
"dependencies": []
|
||||
},
|
||||
{
|
||||
"name": "lib-debug",
|
||||
"extends": ["base"],
|
||||
"debug": true
|
||||
},
|
||||
{
|
||||
"name": "lib-release",
|
||||
"extends": ["base"],
|
||||
"optimization_level": "3"
|
||||
},
|
||||
{
|
||||
"name": "develop",
|
||||
"extends": ["debug"],
|
||||
"type": "executable",
|
||||
"source_files": ["main"]
|
||||
"extends": ["lib"],
|
||||
"debug": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue