-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
26 lines (26 loc) · 959 Bytes
/
build.zig.zon
File metadata and controls
26 lines (26 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.{
.name = .cpp_template,
.version = "0.0.1",
.dependencies = .{
.googletest = .{
.url = "git+https://github.com/allyourcodebase/googletest#e2affdd13730f800aa63772039f2adfa971461b6",
.hash = "googletest-1.15.2-vLU55gAVAAC86GD--lNpG3oVHLsJhdB0lFCOCsBEbiAE",
},
.benchmark = .{
.url = "git+https://github.com/allyourcodebase/benchmark#0abac88f7e03ea42497cd18201a77a9f6bdec76f",
.hash = "benchmark-1.9.5-YtTVVccSAABRSmhWiw0Y4kOL-zkt43IltBODFKYoThXt",
},
.clang_tools = .{
.url = "git+https://github.com/fng97/clang-tools#9bb34f85bc4ec0680a253a46cdc06645c12742e5",
.hash = "clang_tools-20.1.0-sP0RDzMPAAAbyDobHcJNeecPLVmePZPcBc7APbxdjK5g",
},
},
.minimum_zig_version = "0.15.2",
.paths = .{
"LICENSE",
"build.zig",
"build.zig.zon",
"src",
},
.fingerprint = 0x73dbe1b1173d6866,
}