fix(build): fix zig build script

This commit is contained in:
phaneron 2024-07-03 15:06:36 -04:00
parent 0293319368
commit 84586351b4
2 changed files with 5 additions and 3 deletions

View file

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