9 lines
136 B
CMake
9 lines
136 B
CMake
cc_library(
|
|
pretty_log
|
|
SRCS pretty_log.cc
|
|
DEPS phi common)
|
|
cc_library(
|
|
string_helper
|
|
SRCS string_helper.cc
|
|
DEPS phi common)
|