fix(build): link libraries properly

This commit is contained in:
phaneron 2024-07-03 15:05:37 -04:00
parent 9108aec687
commit 4dda3e90d4

View file

@ -58,7 +58,10 @@ pub fn build(b: *std.Build) void {
// Add system detection defines
system.add_defines(tempest_test_exe);
// Link tempest
tempest_test_exe.linkLibrary(tempest);
// Link storm
tempest_test_exe.linkLibrary(squall.artifact("storm"));
tempest_test_exe.addIncludePath(b.path("."));
tempest_test_exe.addCSourceFiles(.{