From 344960f7470d7b6e5cb0c0b1d7e751d47063a98c Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Sat, 7 May 2022 08:09:10 -0700 Subject: Add random library. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8eb368e..4695e06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,4 +7,5 @@ add_subdirectory(list) add_subdirectory(listpool) add_subdirectory(log) add_subdirectory(mempool) +add_subdirectory(random) add_subdirectory(timer) -- cgit v1.2.3