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