1 # See notes in lib/TableGen/CMakeLists.txt regarding why this library is
2 # declared as it is. The same dependency rules apply.
3 llvm_add_library(MLIRTblgenLib STATIC
7 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/mlir-tblgen
9 DISABLE_LLVM_LINK_LLVM_DYLIB
18 mlir_check_all_link_libraries(MLIRTblgenLib)
20 add_mlir_library_install(MLIRTblgenLib)