diff --git a/build.zig b/build.zig index 0a6a141..0272f9f 100644 --- a/build.zig +++ b/build.zig @@ -84,6 +84,15 @@ pub fn build(b: *std.Build) void { .use_llvm = true, }); + // const lib = b.addLibrary(.{ + // .name = "zdt_prov", + // .root_module = mod, + // }); + // + // lib.root_module.addIncludePath(b.path("src/svg")); + // + // b.installArtifact(lib); + // This declares intent for the executable to be installed into the // install prefix when running `zig build` (i.e. when executing the default // step). By default the install prefix is `zig-out/` but can be overridden