This does not split transformations, yet. Those will be done as future clean ups. Differential Revision: https://reviews.llvm.org/D96272
15 lines
215 B
CMake
15 lines
215 B
CMake
add_mlir_dialect_library(MLIRMath
|
|
MathOps.cpp
|
|
MathDialect.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Math
|
|
|
|
DEPENDS
|
|
MLIRMathOpsIncGen
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRDialect
|
|
MLIRIR
|
|
)
|