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",