summaryrefslogtreecommitdiffhomepage
path: root/tools/chk.hefs.json
blob: 5bb665b3f7a15e0bf42d5b282bd12f1219eacbb9 (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.cpp"
    ],
    "output_name": "./dist/chk.hefs",
    "cpp_macros": [
        "kFsckOpenHeFSVersion=0x0100",
        "kFsckOpenHeFSVersionHighest=0x0100",
        "kFsckOpenHeFSVersionLowest=0x0100"
    ]
}