Crafter.Math/project.json

19 lines
578 B
JSON
Raw Permalink Normal View History

2025-05-05 02:01:44 +02:00
{
"name": "crafter-math",
"configurations": [
{
"name": "base",
2025-11-06 16:30:28 +01:00
"interfaces": ["interfaces/Crafter.Math-Vector", "interfaces/Crafter.Math-BasicTypes", "interfaces/Crafter.Math-MatrixCollumMajor", "interfaces/Crafter.Math-MatrixRowMajor", "interfaces/Crafter.Math-Misc", "interfaces/Crafter.Math"],
2025-05-07 19:18:58 +02:00
"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-11-06 16:30:28 +01:00
"name": "lib",
"extends": ["base"]
2025-05-05 02:01:44 +02:00
}
]
}