fix(build): install headers

This commit is contained in:
phaneron 2024-07-03 14:43:55 -04:00
parent 32efcc1572
commit a6dde606ef
2 changed files with 3 additions and 1 deletions

View file

@ -46,6 +46,8 @@ pub fn build(b: *std.Build) void {
.flags = &tempest_compiler_flags
});
tempest.installHeadersDirectory(b.path("tempest"), "tempest", .{ .include_extensions = &.{"hpp"} });
// TempestTest executable
const tempest_test_exe = b.addExecutable(.{
.name = "TempestTest",

View file

@ -9,7 +9,7 @@
},
.squall = .{
.url = "https://github.com/thunderbrewhq/squall/archive/refs/heads/master.zip",
.hash = "1220c195e9e756cbd479fbf54ee507d82dab99688616ed6fc26a07279526f5eee751",
.hash = "1220bd226ad3c1664370d204a12805c35d721682f52b925cd96cc9d99bddf76ed2a5",
},
},
}