summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/pef-amd64-necdrv.json
blob: ea2209dee2a6bc1e87e0bf03ee76e768af7aa24b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "compiler_path": "clang++",
  "compiler_std": "c++20",
  "headers_path": [
    "../include/CompilerKit",
    "../../include",
    "../include/CompilerKit/src/Detail"
  ],
  "sources_path": [
    "pef-amd64-necdrv.cc"
  ],
  "output_name": "pef-amd64-necdrv",
  "compiler_flags": [
  ],
  "cpp_macros": [
    "__NECDRV__=202504",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}