diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-04 16:56:58 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-04 16:56:58 +0200 |
| commit | 5aa7fe8af893bf171c8f593055212d58fed46c48 (patch) | |
| tree | c306dd295a2dcacc836f96e18475e7a803fc92ed /build.zig | |
| parent | e8aaadb2281d10769fca90b91aa3d4e2af6ff5e4 (diff) | |
| download | river-5aa7fe8af893bf171c8f593055212d58fed46c48.tar.gz river-5aa7fe8af893bf171c8f593055212d58fed46c48.tar.xz | |
river-status: implement protocol
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ fn addProtocolDeps(exe: *std.build.LibExeObjStep, protocol_step: *std.build.Step exe.step.dependOn(protocol_step); exe.addIncludeDir("protocol"); exe.addCSourceFile("protocol/river-control-unstable-v1-protocol.c", &[_][]const u8{"-std=c99"}); + exe.addCSourceFile("protocol/river-status-unstable-v1-protocol.c", &[_][]const u8{"-std=c99"}); } const ScanProtocolsStep = struct { |
