CMakeLists.txt 391 字节
Newer Older
1 2 3
cc_library(stringpiece SRCS piece.cc DEPS flags)
cc_library(pretty_log SRCS pretty_log.cc DEPS flags)
cc_library(string_helper SRCS string_helper.cc DEPS boost flags)
4
cc_test(stringpiece_test SRCS piece_test.cc DEPS stringpiece glog gflags)
Y
Yi Wang 已提交
5
cc_test(stringprintf_test SRCS printf_test.cc DEPS glog gflags)
6
cc_test(to_string_test SRCS to_string_test.cc)
7
cc_test(split_test SRCS split_test.cc)