llvm-project/mlir/lib/Dialect/Math/Transforms/CMakeLists.txt

16 lines
290 B
CMake

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