We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b409129 commit d70f4cbCopy full SHA for d70f4cb
readme.md
@@ -7,14 +7,14 @@ Using zig build system to build [CppUTest](https://github.com/cpputest/cpputest)
7
First update your *build.zig.zon* with:
8
9
```bash
10
-zig fetch --save git+https://github.com/lcp5y3/cpputest-zig.git#v4.0.0
+zig fetch --save git+https://github.com/lcp5y3/cpputest-zig.git#b409129f4472213c222ce861e4f891fefa4d1c5e
11
```
12
13
After that you can link `CppUTest` with your project by adding the following
14
lines to your `build.zig`
15
16
```zig
17
-const cpputest_dep = b.dependency("cpputest_zig", .{
+const cpputest_dep = b.dependency("cpputest", .{
18
.target = target,
19
.optimize = optimize,
20
});
0 commit comments