initial working version of the builder

This commit is contained in:
Stefan Stefanov 2024-01-18 17:40:11 +02:00
parent 51ec473ee6
commit b7e340b562
7 changed files with 124 additions and 10 deletions

View file

@ -2,6 +2,7 @@
"defaults": {
"collections": [],
"flags": [],
"source": "./src/",
"output_dir": "./bin/",
"binary_name": "binary_name.bin"
},
@ -17,6 +18,7 @@
"flags": [
"-o:speed",
],
"source": "./src/",
"output_dir": "./bin/release/",
"binary_name": "binary_name_release.bin"
}
@ -32,6 +34,7 @@
"flags": [
"-debug",
],
"source": "./src/",
"output_dir": "./bin/debug/",
"binary_name": "binary_name_debug.bin"
}