summaryrefslogtreecommitdiffhomepage
path: root/examples/example_01_hello_world/posix.json
blob: c3c81518084c4a90873ffb1a7b931449e8ceeaa2 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "compiler_path": "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
}