diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-04-27 18:00:37 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-05-10 21:46:53 -0400 |
commit | 1731b2e6432f7c3b07e8a74bcc730092a89be84f (patch) | |
tree | 28d779a614aea531235f4d14ab60e66b9db8b507 /build.zig | |
parent | dae66a0039fb21fb2c364b361c624123f225e051 (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")); |