diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-20 14:07:29 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-20 14:07:29 +0200 |
| commit | 87046ba0fc5b9c3be61d23bd8cc2bc6fa84577ba (patch) | |
| tree | c53336a0dcc223819986ddba016b31cc32e73de9 /build.zig | |
| parent | db2f49115713c47b48587022511b3654a7042493 (diff) | |
feat(go): bindings
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ pub fn build(b: *std.Build) void { example.root_module.linkLibrary(lib); example.root_module.addIncludePath(b.path("include")); + b.getInstallStep().dependOn(&installed_lib.step); + const mod_tests = b.addTest(.{ .root_module = mod, }); |
