Skip to content

Commit 1097522

Browse files
committed
Trying to add missing headers
1 parent f8f839a commit 1097522

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.zig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ pub fn build(b: *std.Build) void {
5757
lib.installHeadersDirectory(upstream.path("include"), "", .{
5858
.include_extensions = &.{
5959
"zfp.h",
60+
"zfp/bitstream.h",
61+
"zfp/version.h",
62+
"zfp/internal/zfp/system.h",
63+
"zfp/internal/zfp/types.h",
6064
},
6165
});
6266

0 commit comments

Comments
 (0)