summaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
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