brintos

brintos / llvm-project-archived public Read only

0
0
Text · 450 B · ed0033f Raw
21 lines · plain
1# See notes in lib/TableGen/CMakeLists.txt regarding why this library is2# declared as it is. The same dependency rules apply.3llvm_add_library(MLIRTblgenLib STATIC4  MlirTblgenMain.cpp5 6  ADDITIONAL_HEADER_DIRS7  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/mlir-tblgen8 9  DISABLE_LLVM_LINK_LLVM_DYLIB10 11  LINK_COMPONENTS12  TableGen13 14  LINK_LIBS PUBLIC15  MLIRTableGen16  )17 18mlir_check_all_link_libraries(MLIRTblgenLib)19 20add_mlir_library_install(MLIRTblgenLib)21