summaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-09 07:25:04 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-09 07:25:04 +0200
commit35bf67c51b620b96827b75b0548f56d08415bb90 (patch)
tree2c57462a5fc2c981c1159c367df5c943c3c827ed /build.json
parent518a6da50bfb86e938b2bbf850e3740fa824e832 (diff)
IMP: Add Windows version of BTB. Also separate vendor libs from include
directory. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'build.json')
-rw-r--r--build.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/build.json b/build.json
deleted file mode 100644
index 532125f..0000000
--- a/build.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "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