updated raylib-zig dependency
This commit is contained in:
parent
b536cdc894
commit
c439f254d9
4 changed files with 6 additions and 8 deletions
|
@ -35,10 +35,8 @@ pub fn build(b: *B) void {
|
|||
.optimize = optimize,
|
||||
});
|
||||
root_module.linkLibrary(clay_lib);
|
||||
|
||||
{
|
||||
const exe_unit_tests = b.addTest(.{ .root_module = root_module });
|
||||
|
||||
const run_exe_unit_tests = b.addRunArtifact(exe_unit_tests);
|
||||
const test_step = b.step("test", "Run unit tests");
|
||||
test_step.dependOn(&run_exe_unit_tests.step);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue