mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
zig: use cached include_files
This commit is contained in:
parent
3ff64d4294
commit
9732c7639e
@ -280,8 +280,10 @@ fn buildTest(b: *std.Build, info: BuildInfo) void {
|
||||
exe.addCSourceFile(.{ .file = Path.relative(info.path), .flags = cflags });
|
||||
exe.addCSourceFile(.{ .file = Path.relative("test/unit/test_all.c"), .flags = cflags });
|
||||
exe.addIncludePath(Path.relative("test/unit"));
|
||||
for (info.lib.include_dirs.items) |include| {
|
||||
exe.include_dirs.append(include) catch {};
|
||||
}
|
||||
exe.linkLibrary(info.lib);
|
||||
exe.installLibraryHeaders(info.lib);
|
||||
exe.linkLibC();
|
||||
b.installArtifact(exe);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user