mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
fix(build): link libraries properly
This commit is contained in:
parent
9108aec687
commit
4dda3e90d4
1 changed files with 3 additions and 0 deletions
|
|
@ -58,7 +58,10 @@ pub fn build(b: *std.Build) void {
|
||||||
// Add system detection defines
|
// Add system detection defines
|
||||||
system.add_defines(tempest_test_exe);
|
system.add_defines(tempest_test_exe);
|
||||||
|
|
||||||
|
// Link tempest
|
||||||
tempest_test_exe.linkLibrary(tempest);
|
tempest_test_exe.linkLibrary(tempest);
|
||||||
|
// Link storm
|
||||||
|
tempest_test_exe.linkLibrary(squall.artifact("storm"));
|
||||||
tempest_test_exe.addIncludePath(b.path("."));
|
tempest_test_exe.addIncludePath(b.path("."));
|
||||||
|
|
||||||
tempest_test_exe.addCSourceFiles(.{
|
tempest_test_exe.addCSourceFiles(.{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue