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