CMakeLists.txt 258 字节
Newer Older
Y
Yan Chunwei 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
core_gather_headers()
set(core_includes "${core_includes};infrt/common/dtype.def" CACHE INTERNAL "")

gather_srcs(infrt_src SRCS
    dtype.cc
    global.cc
    target.cc
    type.cc
    shared.cc
    object.cc
    string.cc
    buffer.cc
    memory.cc
    )