diff options
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r-- | dep/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index b0b28c09bf1..0607f678338 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -32,6 +32,7 @@ if(SERVERS) add_subdirectory(rapidjson) add_subdirectory(efsw) add_subdirectory(protobuf) + add_subdirectory(short_alloc) endif() if(TOOLS) |