summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/VectorOps/CMakeLists.txt
blob: 08d58404b71815d2a9148f075e18c42c427db7bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_llvm_library(MLIRVectorOps
  DialectRegistration.cpp
  VectorOps.cpp
  VectorTransforms.cpp

  ADDITIONAL_HEADER_DIRS
  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/VectorOps
  )

add_dependencies(MLIRVectorOps MLIRVectorOpsIncGen)
add_dependencies(MLIRVectorOps MLIRVectorTransformPatternsIncGen)

target_link_libraries(MLIRVectorOps MLIRIR)
OpenPOWER on IntegriCloud