summaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-08 19:07:32 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-08 19:07:32 +0200
commit518a6da50bfb86e938b2bbf850e3740fa824e832 (patch)
tree98612164a291377083e59c14c5d4e60776e484f7 /build.json
parentc48b12c8c5513e8ec808a40da8f79bb1f1368531 (diff)
IMP: Working on TOML support for the build system.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'build.json')
-rw-r--r--build.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/build.json b/build.json
new file mode 100644
index 0000000..532125f
--- /dev/null
+++ b/build.json
@@ -0,0 +1,16 @@
+{
+ "compiler_path": "g++",
+ "compiler_std": "c++20",
+ "headers_path": [
+ "inc"
+ ],
+ "sources_path": [
+ "src/*.cxx",
+ "cli/*.cxx"
+ ],
+ "output_name": "btb",
+ "compiler_flags": [
+ "-fPIC"
+ ],
+ "run_after_build": false
+} \ No newline at end of file