blob: a7170b0470d92ed86dac57ba7a9e32d27c999273 [file] [log] [blame]
add_mlir_dialect_library(MLIRStandard
IR/Ops.cpp
Utils/Utils.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/StandardOps
DEPENDS
MLIRStandardOpsIncGen
LINK_LIBS PUBLIC
MLIRArithmetic
MLIRCallInterfaces
MLIRCastInterfaces
MLIRControlFlowInterfaces
MLIRInferTypeOpInterface
MLIRIR
MLIRSideEffectInterfaces
MLIRVectorInterfaces
)
add_subdirectory(Transforms)