CMakeLists.txt 96 字节
Newer Older
1 2 3 4
cc_library(
  string_infermeta
  SRCS nullary.cc unary.cc
  DEPS convert_utils infermeta_utils)