mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
fix(build): install headers
This commit is contained in:
parent
32efcc1572
commit
a6dde606ef
2 changed files with 3 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue