summaryrefslogtreecommitdiffhomepage
path: root/tests/example.json
blob: 32b21dc0ae5e0da48776b6d14be88cfef9994f9e (plain)
1
2
3
4
5
6
7
8
9
10
{
  "compiler_path": "g++",
  "compiler_std": "c++20",
  "headers_path": ["inc"],
  "sources_path": ["example.cxx"],
  "output_name": "example.elf",
  "compiler_flags": ["-fPIC"],
  "cpp_macros": ["FOO_MACRO"],
  "run_after_build": true
}