mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(build): install headers
This commit is contained in:
parent
9cdfc106b3
commit
f8544e9fe4
2 changed files with 4 additions and 2 deletions
|
|
@ -115,6 +115,8 @@ pub fn build(b: *std.Build) void {
|
|||
}
|
||||
}
|
||||
|
||||
storm.installHeadersDirectory(b.path("storm"), "storm", .{ .include_extensions = &.{"hpp"} });
|
||||
|
||||
// StormTest executable
|
||||
const storm_test_exe = b.addExecutable(.{
|
||||
.name = "StormTest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue