CMakeLists.txt 78 字节
Newer Older
1 2 3 4
cc_library(
  tcp_store
  SRCS tcp_store.cc tcp_utils.cc
  DEPS enforce glog)