commit c8453454e16ce6188fb80f2fed8032a16f576823 (tree) parent 6abe6dbfe445fb2a2b03dc53584215dfe22afd34 Author: Andrew Kelley <andrew@ziglang.org> Date: Sun, 17 Mar 2019 13:52:45 -0400 add missing std lib file rb.zig to cmakelists.txt Diffstat:
| M | CMakeLists.txt | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -614,6 +614,7 @@ set(ZIG_STD_FILES "priority_queue.zig" "rand.zig" "rand/ziggurat.zig" + "rb.zig" "segmented_list.zig" "sort.zig" "special/bootstrap.zig"