Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cachelib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ function(add_thrift_file PREFIX THRIFT_RELATIVE_PATH CPP_OPTION)
"types_custom_protocol.h"
"types.h"
"types.tcc"
"types_binary.cpp"
"types_compact.cpp"
)

# The thrift cpp option "frozen2"
Expand Down
1 change: 0 additions & 1 deletion cachelib/allocator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ add_library (cachelib_allocator
memory/MemoryPoolManager.cpp
MemoryMonitor.cpp
memory/SlabAllocator.cpp
memory/Slab.cpp
nvmcache/NvmItem.cpp
nvmcache/NavyConfig.cpp
nvmcache/NavySetup.cpp
Expand Down
Loading