fix(build): fix zig build script

This commit is contained in:
phaneron 2024-07-03 14:57:16 -04:00
parent 0e328943c6
commit ed579eb6cd
2 changed files with 2 additions and 1 deletions

View file

@ -127,6 +127,7 @@ pub fn build(b: *std.Build) void {
system.add_defines(storm_test_exe);
storm_test_exe.linkLibrary(storm);
storm_test_exe.addIncludePath(b.path("."));
storm_test_exe.addCSourceFiles(.{
.files = &.{