2025-05-05 02:01:44 +02:00
|
|
|
{
|
|
|
|
|
"name": "crafter-math",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "base",
|
|
|
|
|
"standard": "c++26",
|
|
|
|
|
"source_files": [],
|
2025-05-05 05:14:39 +02:00
|
|
|
"module_files": ["Crafter.Math-Vector", "Crafter.Math-BasicTypes", "Crafter.Math-MatrixCollumMajor", "Crafter.Math-MatrixRowMajor", "Crafter.Math-Misc", "Crafter.Math"],
|
2025-05-07 19:18:58 +02:00
|
|
|
"build_dir": "build",
|
|
|
|
|
"output_dir": "bin",
|
|
|
|
|
"type":"library"
|
2025-05-05 02:01:44 +02:00
|
|
|
},
|
|
|
|
|
{
|
2025-05-07 19:18:58 +02:00
|
|
|
"name": "lib-debug",
|
2025-05-05 02:01:44 +02:00
|
|
|
"extends": ["base"],
|
2025-05-07 19:18:58 +02:00
|
|
|
"debug": true
|
2025-05-05 02:01:44 +02:00
|
|
|
},
|
|
|
|
|
{
|
2025-05-07 19:18:58 +02:00
|
|
|
"name": "lib-release",
|
|
|
|
|
"extends": ["base"],
|
|
|
|
|
"optimization_level": "3"
|
2025-05-05 02:01:44 +02:00
|
|
|
},
|
|
|
|
|
{
|
2025-05-07 19:18:58 +02:00
|
|
|
"name": "develop",
|
|
|
|
|
"extends": ["debug"],
|
|
|
|
|
"type": "executable",
|
|
|
|
|
"source_files": ["main"]
|
2025-05-05 02:01:44 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|