remove duplicate cpplint

cblas_new
liaogang 8 years ago
parent 430b421906
commit 051fe1724f

@ -1,7 +1,7 @@
add_subdirectory(detail)
cc_library(memory SRCS memory.h memory.cc)
cc_library(memcpy SRCS memcpy.h memcpy.cc DEPS device_context)
cc_library(memory SRCS memory.cc)
cc_library(memcpy SRCS memcpy.cc DEPS device_context)
cc_library(paddle_memory
DEPS

Loading…
Cancel
Save