fixing CI

This commit is contained in:
2025-11-06 23:11:45 +01:00
parent 1d44717760
commit 8f22404802

View File

@@ -80,6 +80,7 @@ pub fn build(b: *std.Build) void {
});
c_test_exe.root_module.addSystemIncludePath(volk.path(""));
c_test_exe.root_module.addSystemIncludePath(vulkan_headers.path("include"));
c_test_exe.root_module.addCSourceFile(.{
.file = b.path("test/c/main.c"),