Add text!

This commit is contained in:
2026-03-11 23:07:34 +01:00
parent 4a144ac9f9
commit c1a6e9ca9a
6 changed files with 8350 additions and 7 deletions
+2
View File
@@ -15,6 +15,8 @@ pub fn build(b: *std.Build) void {
.target = target,
});
mod.addIncludePath(b.path("src"));
const exe = b.addExecutable(.{
.name = "wl-main",
.use_llvm = llvm,