summaryrefslogtreecommitdiffhomepage
path: root/example/example_03_hello_world_toml/posix.toml
blob: a384ddbe202318b28d3e0a44e102605b86e26d01 (plain)
1
2
3
4
5
6
7
8
compiler_path = "clang++"
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