diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-04-27 18:00:37 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-04-27 18:03:06 -0400 |
commit | 18b04364df2829a7e30e5831e499005a1ecc24c7 (patch) | |
tree | 28d779a614aea531235f4d14ab60e66b9db8b507 /build.zig | |
parent | cc8438448d3e093d0aabf52d97e11a6514a82765 (diff) |
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ pub fn build(b: *std.Build) void { }); lib_mod.addImport("network", b.dependency("network", .{}).module("network")); + lib_mod.addImport("gatorcat", b.dependency("gatorcat", .{}).module("gatorcat")); exe_mod.addImport("zaprus", lib_mod); exe_mod.addImport("clap", b.dependency("clap", .{}).module("clap")); |