Stephan Herhut 2bfe27da17 [mlir][math] Fix cmake files after dialect splitting.
This fixes some missing dependencies that broke the shared library
build.
2021-02-12 11:25:15 +01:00

14 lines
230 B
CMake

add_mlir_dialect_library(MLIRMathTransforms
ExpandTanh.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Math/Transforms
LINK_LIBS PUBLIC
MLIRIR
MLIRMath
MLIRPass
MLIRStandard
MLIRTransforms
)