Files
clang-p2996/mlir/lib/Dialect/Shape/Transforms/CMakeLists.txt
2022-03-07 21:54:27 +09:00

26 lines
485 B
CMake

add_mlir_dialect_library(MLIRShapeOpsTransforms
BufferizableOpInterfaceImpl.cpp
Bufferize.cpp
RemoveShapeConstraints.cpp
ShapeToShapeLowering.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/ShapeOps/Transforms
DEPENDS
MLIRShapeTransformsIncGen
)
target_link_libraries(MLIRShapeOpsTransforms
PUBLIC
MLIRArithmetic
MLIRBufferization
MLIRBufferizationTransforms
MLIRIR
MLIRMemRef
MLIRPass
MLIRShape
MLIRSupport
MLIRTransforms
)