summaryrefslogtreecommitdiffhomepage
path: root/posix.json
blob: e53cc142aa5c53c77ea5cbebd67f252d5a229670 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "compiler_path": "g++",
  "compiler_std": "c++20",
  "headers_path": ["./", "vendor"],
  "sources_path": ["src/*.cc", "cli/*.cc"],
  "output_name": "btb",
  "compiler_flags": ["-fPIC"],
  "cpp_macros": ["BTB_POSIX"],
  "run_after_build": false
}