33 lines
No EOL
875 B
JSON
33 lines
No EOL
875 B
JSON
{
|
|
"name": "crafter-match",
|
|
"configurations": [
|
|
{
|
|
"name": "base",
|
|
"interfaces": [
|
|
"interfaces/Crafter.Math-Vector",
|
|
"interfaces/Crafter.Math-Basic",
|
|
"interfaces/Crafter.Math-MatrixRowMajor",
|
|
"interfaces/Crafter.Math",
|
|
"interfaces/Crafter.Math-Intersection"
|
|
],
|
|
"implementations": []
|
|
},
|
|
{
|
|
"name": "lib",
|
|
"extends": ["base"],
|
|
"type":"library",
|
|
"dependencies": []
|
|
},
|
|
{
|
|
"name": "lib-debug",
|
|
"extends": ["lib"],
|
|
"debug": true
|
|
},
|
|
{
|
|
"name": "test",
|
|
"implementations": ["interfaces/main"],
|
|
"extends": ["base"],
|
|
"debug": true
|
|
}
|
|
]
|
|
} |