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