diff options
Diffstat (limited to 'win64.json')
| -rw-r--r-- | win64.json | 24 |
1 files changed, 8 insertions, 16 deletions
@@ -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 +} |
