mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
fix(build): fix zig build script
This commit is contained in:
parent
0293319368
commit
84586351b4
2 changed files with 5 additions and 3 deletions
|
|
@ -76,6 +76,8 @@ pub fn build(b: *std.Build) void {
|
|||
.flags = &common_compiler_flags
|
||||
});
|
||||
|
||||
common.installHeadersDirectory(b.path("common"), "common", .{ .include_extensions = &.{"hpp"} });
|
||||
|
||||
// CommonTest executable
|
||||
const common_test_exe = b.addExecutable(.{
|
||||
.name = "CommonTest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue