updated raylib-zig dependency

This commit is contained in:
johan0A 2025-03-09 22:46:52 +01:00
parent b536cdc894
commit c439f254d9
4 changed files with 6 additions and 8 deletions

View file

@ -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);