diff options
author | 3gg <3gg@shellblade.net> | 2023-07-13 08:22:18 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2023-07-13 08:22:18 -0700 |
commit | 9f254f0c7b03236be615b1235cf3fc765d6000ea (patch) | |
tree | f0b878ef2b431b909d9efd45c1f9ec8ed8ca54f8 /CMakeLists.txt | |
parent | fc5886c75ab2626acbc0d7b3db475d17d2cbe01f (diff) |
Add mem allocator, remove listpool.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 498b771..868268d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -6,7 +6,7 @@ add_subdirectory(cstring) | |||
6 | add_subdirectory(error) | 6 | add_subdirectory(error) |
7 | add_subdirectory(filesystem) | 7 | add_subdirectory(filesystem) |
8 | add_subdirectory(list) | 8 | add_subdirectory(list) |
9 | add_subdirectory(listpool) | 9 | add_subdirectory(mem) |
10 | add_subdirectory(log) | 10 | add_subdirectory(log) |
11 | add_subdirectory(mempool) | 11 | add_subdirectory(mempool) |
12 | add_subdirectory(plugin) | 12 | add_subdirectory(plugin) |