1 2 3 4 5 6
pub fn build(b: *@import("std").Build) void { _ = b.addModule("xdg", .{ .root_source_file = .{ .src_path = .{ .owner = b, .sub_path = "xdg.zig", } } }); }