summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/AffineOps/CMakeLists.txt
blob: dbe469369a3de04bd594f86eeb928383b41eab6e (plain)
1
2
3
4
5
6
7
8
9
10
add_llvm_library(MLIRAffineOps
  AffineOps.cpp
  DialectRegistration.cpp

  ADDITIONAL_HEADER_DIRS
  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/AffineOps
  )
add_dependencies(MLIRAffineOps MLIRAffineOpsIncGen MLIRIR MLIRStandardOps)
target_link_libraries(MLIRAffineOps MLIRIR MLIRStandardOps)

OpenPOWER on IntegriCloud