summaryrefslogtreecommitdiffhomepage
path: root/tools/chk.hefs.json
blob: 649c5e7ff8dfd5a0260e69ddf3aa344480944b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "compiler_path": "clang++",
    "compiler_std": "c++20",
    "headers_path": [
        "../"
    ],
    "sources_path": [
        "chk.hefs.cc"
    ],
    "output_name": "./dist/chk.hefs",
    "cpp_macros": [
        "kFsckOpenHeFSVersion=0x0100",
        "kFsckOpenHeFSVersionHighest=0x0100",
        "kFsckOpenHeFSVersionLowest=0x0100"
    ]
}