adding image to png export to C test
This commit is contained in:
@@ -92,6 +92,7 @@ pub fn build(b: *std.Build) !void {
|
||||
|
||||
const volk = b.lazyDependency("volk", .{}) orelse continue;
|
||||
const kvf = b.lazyDependency("kvf", .{}) orelse continue;
|
||||
const stb = b.lazyDependency("stb", .{}) orelse continue;
|
||||
|
||||
const c_test_exe = b.addExecutable(.{
|
||||
.name = b.fmt("c_test_vulkan_{s}", .{impl.name}),
|
||||
@@ -104,6 +105,7 @@ pub fn build(b: *std.Build) !void {
|
||||
|
||||
c_test_exe.root_module.addSystemIncludePath(volk.path(""));
|
||||
c_test_exe.root_module.addSystemIncludePath(kvf.path(""));
|
||||
c_test_exe.root_module.addSystemIncludePath(stb.path(""));
|
||||
c_test_exe.root_module.addSystemIncludePath(vulkan_headers.path("include"));
|
||||
|
||||
c_test_exe.root_module.addCSourceFile(.{
|
||||
|
||||
Reference in New Issue
Block a user