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