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
|
.flags = &tempest_compiler_flags
|
||||||
});
|
});
|
||||||
|
|
||||||
|
tempest.installHeadersDirectory(b.path("tempest"), "tempest", .{ .include_extensions = &.{"hpp"} });
|
||||||
|
|
||||||
// TempestTest executable
|
// TempestTest executable
|
||||||
const tempest_test_exe = b.addExecutable(.{
|
const tempest_test_exe = b.addExecutable(.{
|
||||||
.name = "TempestTest",
|
.name = "TempestTest",
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
.squall = .{
|
.squall = .{
|
||||||
.url = "https://github.com/thunderbrewhq/squall/archive/refs/heads/master.zip",
|
.url = "https://github.com/thunderbrewhq/squall/archive/refs/heads/master.zip",
|
||||||
.hash = "1220c195e9e756cbd479fbf54ee507d82dab99688616ed6fc26a07279526f5eee751",
|
.hash = "1220bd226ad3c1664370d204a12805c35d721682f52b925cd96cc9d99bddf76ed2a5",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue