diff options
Diffstat (limited to 'examples/example_01_hello_world/win64.json')
| -rw-r--r-- | examples/example_01_hello_world/win64.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/example_01_hello_world/win64.json b/examples/example_01_hello_world/win64.json new file mode 100644 index 0000000..4af5bdd --- /dev/null +++ b/examples/example_01_hello_world/win64.json @@ -0,0 +1,10 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["lib"], + "sources_path": ["hello_world.cc"], + "output_name": "hello_world.elf", + "compiler_flags": ["-fPIC"], + "cpp_macros": ["FOO_MACRO"], + "run_after_build": true +} |
