diff options
Diffstat (limited to 'win64.json')
| -rw-r--r-- | win64.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/win64.json b/win64.json new file mode 100644 index 0000000..ccc594d --- /dev/null +++ b/win64.json @@ -0,0 +1,17 @@ +{ + "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 |
