summaryrefslogtreecommitdiff
path: root/build.zig
blob: dfc9dce84286dca10a20f8e948a3654385816e36 (plain) (blame)
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",
    } } });
}