43 lines
638 B
JSON
43 lines
638 B
JSON
{
|
|
"defaults": {
|
|
"collections": [],
|
|
"flags": [],
|
|
"source": "./src/",
|
|
"output_dir": "",
|
|
"binary_name": ""
|
|
},
|
|
"configurations": [
|
|
{
|
|
"release": {
|
|
"collections": [
|
|
{
|
|
"name": "shared",
|
|
"path": "./src/"
|
|
}
|
|
],
|
|
"flags": [
|
|
"-o:speed",
|
|
],
|
|
"source": "./src/",
|
|
"output_dir": "./bin/release/",
|
|
"binary_name": "binary_name_release.bin"
|
|
}
|
|
},
|
|
{
|
|
"debug": {
|
|
"collections": [
|
|
{
|
|
"name": "shared",
|
|
"path": "./src/"
|
|
}
|
|
],
|
|
"flags": [
|
|
"-debug",
|
|
],
|
|
"source": "./src/",
|
|
"output_dir": "./bin/debug/",
|
|
"binary_name": "binary_name_debug.bin"
|
|
}
|
|
}
|
|
],
|
|
}
|