CMakeLists.txt 90 字节
Newer Older
1
file(GLOB_RECURSE SHAPE_SRCS "*.cc")
2
ir_library(ir_shape SRCS ${SHAPE_SRCS} DEPS ir_core)