new structure

This commit is contained in:
Jorijn van der Graaf 2025-11-06 16:30:28 +01:00
commit b6711a53eb
7 changed files with 3 additions and 14 deletions

View file

@ -3,11 +3,7 @@
"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",
"interfaces": ["interfaces/Crafter.Math-Vector", "interfaces/Crafter.Math-BasicTypes", "interfaces/Crafter.Math-MatrixCollumMajor", "interfaces/Crafter.Math-MatrixRowMajor", "interfaces/Crafter.Math-Misc", "interfaces/Crafter.Math"],
"type":"library"
},
{
@ -16,15 +12,8 @@
"debug": true
},
{
"name": "lib-release",
"extends": ["base"],
"optimization_level": "3"
},
{
"name": "develop",
"extends": ["debug"],
"type": "executable",
"source_files": ["main"]
"name": "lib",
"extends": ["base"]
}
]
}