summaryrefslogtreecommitdiffhomepage
path: root/example/example_03_hello_world_toml/win64.toml
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_03_hello_world_toml/win64.toml')
-rw-r--r--example/example_03_hello_world_toml/win64.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/example/example_03_hello_world_toml/win64.toml b/example/example_03_hello_world_toml/win64.toml
new file mode 100644
index 0000000..6f30476
--- /dev/null
+++ b/example/example_03_hello_world_toml/win64.toml
@@ -0,0 +1,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