21 lines
No EOL
607 B
JSON
21 lines
No EOL
607 B
JSON
{
|
|
"name": "crafter-match",
|
|
"configurations": [
|
|
{
|
|
"name": "base",
|
|
"interfaces": ["interfaces/Crafter.Math-Vector", "interfaces/Crafter.Math-BasicTypes", "interfaces/Crafter.Math-MatrixRowMajor", "interfaces/Crafter.Math-Misc", "interfaces/Crafter.Math"],
|
|
"implementations": []
|
|
},
|
|
{
|
|
"name": "lib",
|
|
"extends": ["base"],
|
|
"type":"library",
|
|
"dependencies": []
|
|
},
|
|
{
|
|
"name": "lib-debug",
|
|
"extends": ["lib"],
|
|
"debug": true
|
|
}
|
|
]
|
|
} |