diff --git a/build.zig b/build.zig index 5bbbbaf..e5c8661 100644 --- a/build.zig +++ b/build.zig @@ -279,6 +279,7 @@ pub fn build(b: *std.Build) void { check_exe.root_module.addImport("thespian", thespian_mod); check_exe.root_module.addImport("log", log_mod); check_exe.root_module.addImport("tracy", tracy_mod); + check_exe.root_module.addImport("renderer", renderer_mod); const check = b.step("check", "Check the app"); check.dependOn(&check_exe.step);