diff options
Diffstat (limited to 'tests/win64.json')
| -rw-r--r-- | tests/win64.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/win64.json b/tests/win64.json new file mode 100644 index 0000000..f074c43 --- /dev/null +++ b/tests/win64.json @@ -0,0 +1,18 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": [ + "inc" + ], + "sources_path": [ + "example.cxx" + ], + "output_name": "example.elf", + "compiler_flags": [ + "-fPIC" + ], + "cpp_macros": [ + "FOO_MACRO" + ], + "run_after_build": true + }
\ No newline at end of file |
