summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/StandardOps/CMakeLists.txt
blob: 87ea1e67606c8f293038067033ea8994ac7a4fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
file(GLOB globbed *.c *.cpp)
add_llvm_library(MLIRStandardOps
  ${globbed}

  ADDITIONAL_HEADER_DIRS
  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/StandardOps
  )
add_dependencies(MLIRStandardOps
  MLIRCallOpInterfacesIncGen
  MLIRStandardOpsIncGen
  MLIRIR
  LLVMSupport
  )
target_link_libraries(MLIRStandardOps MLIRIR LLVMSupport)
OpenPOWER on IntegriCloud