github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/mlir/lib/TableGen/CMakeLists.txt (about)

     1  add_llvm_library(LLVMMLIRTableGen
     2    Argument.cpp
     3    Attribute.cpp
     4    Constraint.cpp
     5    Dialect.cpp
     6    Format.cpp
     7    Operator.cpp
     8    OpTrait.cpp
     9    Pattern.cpp
    10    Predicate.cpp
    11    Type.cpp
    12  
    13    ADDITIONAL_HEADER_DIRS
    14    ${MLIR_MAIN_INCLUDE_DIR}/mlir/TableGen
    15    )
    16  target_link_libraries(LLVMMLIRTableGen LLVMSupport LLVMTableGen)