fix: check target
This commit is contained in:
parent
ce8ebce3c4
commit
64596d45a9
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue