summaryrefslogtreecommitdiffhomepage
path: root/win64.json
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-10-22 21:15:15 +0200
committerAmlal <amlal@zka.com>2024-10-22 21:15:15 +0200
commitb2c3e134b968e75faf6db29536755f0304c63b64 (patch)
treee9efcea7f066f97867c26e3274e456af86be77b1 /win64.json
parent37be901c97e89f6ebb24e87933ddf57cd57371d5 (diff)
IMP: Refactor: Rename inc/ folder to BTBKit/
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'win64.json')
-rw-r--r--win64.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/win64.json b/win64.json
index 23a32ea..d7c4966 100644
--- a/win64.json
+++ b/win64.json
@@ -1,7 +1,7 @@
{
"compiler_path": "x86_64-w64-mingw32-g++.exe",
"compiler_std": "c++20",
- "headers_path": ["inc", "vendor"],
+ "headers_path": ["BTBKit", "vendor"],
"sources_path": ["src/*.cc", "cli/*.cc"],
"output_name": "btb.exe",
"compiler_flags": ["-fPIC"],