summaryrefslogtreecommitdiffhomepage
path: root/win64.json
diff options
context:
space:
mode:
Diffstat (limited to 'win64.json')
-rw-r--r--win64.json24
1 files changed, 8 insertions, 16 deletions
diff --git a/win64.json b/win64.json
index ccc594d..23a32ea 100644
--- a/win64.json
+++ b/win64.json
@@ -1,17 +1,9 @@
{
- "compiler_path": "x86_64-w64-mingw32-g++.exe",
- "compiler_std": "c++20",
- "headers_path": [
- "inc",
- "vendor"
- ],
- "sources_path": [
- "src/*.cxx",
- "cli/*.cxx"
- ],
- "output_name": "btb.exe",
- "compiler_flags": [
- "-fPIC"
- ],
- "run_after_build": false
-} \ No newline at end of file
+ "compiler_path": "x86_64-w64-mingw32-g++.exe",
+ "compiler_std": "c++20",
+ "headers_path": ["inc", "vendor"],
+ "sources_path": ["src/*.cc", "cli/*.cc"],
+ "output_name": "btb.exe",
+ "compiler_flags": ["-fPIC"],
+ "run_after_build": false
+}