summaryrefslogtreecommitdiffhomepage
path: root/examples/example_03_hello_world_toml/win64.toml
blob: 6f3047616178bf6ffcd852e8b95a99b0a8586b7a (plain)
1
2
3
4
5
6
7
8
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