add missing std lib file rb.zig to cmakelists.txt

master
Andrew Kelley 2019-03-17 13:52:45 -04:00
parent 6abe6dbfe4
commit c8453454e1
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 1 additions and 0 deletions

View File

@ -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"