CMakeLists.txt 248 字节
Newer Older
Y
Yan Chunwei 已提交
1
core_gather_headers()
2 3 4
set(core_includes
    "${core_includes};infrt/common/dtype.def"
    CACHE INTERNAL "")
Y
Yan Chunwei 已提交
5

6 7 8 9 10 11 12 13 14 15 16 17
gather_srcs(
  infrt_src
  SRCS
  dtype.cc
  global.cc
  target.cc
  type.cc
  shared.cc
  object.cc
  string.cc
  buffer.cc
  memory.cc)