From c8453454e16ce6188fb80f2fed8032a16f576823 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 17 Mar 2019 13:52:45 -0400 Subject: [PATCH] add missing std lib file rb.zig to cmakelists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a575f0648..a3d06f1a0 100644 --- 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"