Added network dep

This commit is contained in:
2025-04-02 17:27:46 -04:00
parent ffcade6088
commit a0bea9311f
2 changed files with 6 additions and 38 deletions

View File

@@ -26,6 +26,8 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
});
exe_mod.addImport("network", b.dependency("network", .{}).module("network"));
// This creates another `std.Build.Step.Compile`, but this one builds an executable
// rather than a static library.
const exe = b.addExecutable(.{