[Infra] Fix version-check workflow (#100090)
[llvm-project.git] / mlir / tools / tblgen-to-irdl / CMakeLists.txt
bloba6621cb98ac6bdc1e4f8a48415e0e85551ac7d57
1 set(LLVM_LINK_COMPONENTS
2   TableGen
5 add_tablegen(tblgen-to-irdl MLIR
6   DESTINATION "${MLIR_TOOLS_INSTALL_DIR}"
7   EXPORT MLIR
8   tblgen-to-irdl.cpp
9   OpDefinitionsGen.cpp
10   )
12 target_link_libraries(tblgen-to-irdl
13   PRIVATE
14   MLIRIR
15   MLIRIRDL
16   MLIRTblgenLib
17   MLIRSupport
20 mlir_check_all_link_libraries(tblgen-to-irdl)