summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/cppdrv.json
blob: 847be751beca842fb271fd7e04a76157b6715ed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compiler_path": "clang++",
  "compiler_std": "c++20",
  "headers_path": ["../CompilerKit", "../", "../CompilerKit/src/Detail"],
  "sources_path": ["cppdrv.cc"],
  "output_name": "cppdrv",
  "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"],
  "cpp_macros": [
    "__CPPDRV__=202504",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}