diff --git a/paddle/memory/CMakeLists.txt b/paddle/memory/CMakeLists.txt index a5c4420ac0649f07670b794d6736eb214fe19445..4cd40e2c2ac0c32aaedeec570cb28451ad7adab8 100644 --- a/paddle/memory/CMakeLists.txt +++ b/paddle/memory/CMakeLists.txt @@ -5,7 +5,9 @@ cc_library(memcpy SRCS memcpy.cc) cc_library(paddle_memory DEPS - memory meta_data + memory + memcpy + meta_data meta_cache memory_block buddy_allocator system_allocator)