fix(build): install headers

This commit is contained in:
phaneron 2024-07-03 14:40:59 -04:00
parent 9cdfc106b3
commit f8544e9fe4
2 changed files with 4 additions and 2 deletions

View file

@ -115,6 +115,8 @@ pub fn build(b: *std.Build) void {
} }
} }
storm.installHeadersDirectory(b.path("storm"), "storm", .{ .include_extensions = &.{"hpp"} });
// StormTest executable // StormTest executable
const storm_test_exe = b.addExecutable(.{ const storm_test_exe = b.addExecutable(.{
.name = "StormTest", .name = "StormTest",

View file

@ -9,11 +9,11 @@
}, },
.bc = .{ .bc = .{
.url = "https://github.com/thunderbrewhq/bc/archive/refs/heads/master.zip", .url = "https://github.com/thunderbrewhq/bc/archive/refs/heads/master.zip",
.hash = "12202ac82de86543714d79a8c055b7357fd8c4c6ba3bf73ec4f1cdd5771885c728ad", .hash = "122095e77b9c52e9a317b57474d9735e82973bb46e011b36107b2a9d55bb62a7704b",
}, },
.mem = .{ .mem = .{
.url = "https://github.com/thunderbrewhq/mem/archive/refs/heads/master.zip", .url = "https://github.com/thunderbrewhq/mem/archive/refs/heads/master.zip",
.hash = "122037f90f957dec643fe16e0092c8b971b7dd0a0f8096d00fa134e254053fbced87", .hash = "12205739d6afa86c264dde5ff94fdf7f14df68122054ce899934faf972d0b11d7ac5",
}, },
}, },
} }