new structure
This commit is contained in:
parent
82ba7cf1af
commit
b6711a53eb
7 changed files with 3 additions and 14 deletions
17
project.json
17
project.json
|
|
@ -3,11 +3,7 @@
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "base",
|
"name": "base",
|
||||||
"standard": "c++26",
|
"interfaces": ["interfaces/Crafter.Math-Vector", "interfaces/Crafter.Math-BasicTypes", "interfaces/Crafter.Math-MatrixCollumMajor", "interfaces/Crafter.Math-MatrixRowMajor", "interfaces/Crafter.Math-Misc", "interfaces/Crafter.Math"],
|
||||||
"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"
|
"type":"library"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -16,15 +12,8 @@
|
||||||
"debug": true
|
"debug": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lib-release",
|
"name": "lib",
|
||||||
"extends": ["base"],
|
"extends": ["base"]
|
||||||
"optimization_level": "3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "develop",
|
|
||||||
"extends": ["debug"],
|
|
||||||
"type": "executable",
|
|
||||||
"source_files": ["main"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue