diff options
Diffstat (limited to 'examples/example_02_libbtb/win64.json')
| -rw-r--r-- | examples/example_02_libbtb/win64.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/example_02_libbtb/win64.json b/examples/example_02_libbtb/win64.json deleted file mode 100644 index 658ee0f..0000000 --- a/examples/example_02_libbtb/win64.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "compiler_path": "x86_64-w64-mingw32-g++", - "compiler_std": "c++20", - "headers_path": [ - "../../", - "../../vendor" - ], - "sources_path": [ - "libbtb.cc" - ], - "output_name": "libbtb.exe", - "compiler_flags": [ - "-lBTB" - ], - "cpp_macros": [ - "FOO_MACRO" - ], - "run_after_build": true -}
\ No newline at end of file |
