diff options
author | 3gg <3gg@shellblade.net> | 2021-12-04 18:31:18 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2021-12-04 18:31:18 -0800 |
commit | cc96d69ed11c60a782cd8b993d4bdf2ce8c99560 (patch) | |
tree | 96ebf632b79f609ef341f747ec9cc27373c374e1 /CMakeLists.txt | |
parent | f8217d240d598f39f70047f7a623dd46312542c6 (diff) |
Add timer library.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 36df847..9b97945 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -7,3 +7,4 @@ add_subdirectory(list) | |||
7 | add_subdirectory(listpool) | 7 | add_subdirectory(listpool) |
8 | add_subdirectory(log) | 8 | add_subdirectory(log) |
9 | add_subdirectory(mempool) | 9 | add_subdirectory(mempool) |
10 | add_subdirectory(timer) | ||