diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-01-06 16:52:44 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-01-06 16:52:44 +0100 |
commit | b65c3f5f4a4edbc953c405bfacd33f186f3a1931 (patch) | |
tree | fdcb8939b8239795e4665bf5050399354f52056b /dep/CMakeLists.txt | |
parent | 42fbcf2fc58690346ef1db12803b79634985d44f (diff) |
Core/Misc: Replaced boost::container::static_vector in packet classes with plain vector with custom static storage allocatlr
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) |