summaryrefslogtreecommitdiffstats
path: root/mlir/lib/TableGen/CMakeLists.txt
blob: 08bf24029c44138412ca983a2783d5b88cf9f551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
add_llvm_library(LLVMMLIRTableGen
  Argument.cpp
  Attribute.cpp
  Constraint.cpp
  Dialect.cpp
  Format.cpp
  Operator.cpp
  OpClass.cpp
  OpInterfaces.cpp
  OpTrait.cpp
  Pattern.cpp
  Predicate.cpp
  Type.cpp

  ADDITIONAL_HEADER_DIRS
  ${MLIR_MAIN_INCLUDE_DIR}/mlir/TableGen
  )
target_link_libraries(LLVMMLIRTableGen LLVMSupport LLVMTableGen)
OpenPOWER on IntegriCloud