brintos

brintos / llvm-project-archived public Read only

0
0
Text · 336 B · 6f98bd1 Raw
15 lines · plain
1set(LLVM_LINK_COMPONENTS Support)2set(LIBS MLIRSupport)3 4add_tablegen(mlir-src-sharder MLIR_SRC_SHARDER5  mlir-src-sharder.cpp6 7  DEPENDS8  ${LIBS}9  )10 11set_target_properties(mlir-src-sharder PROPERTIES FOLDER "MLIR/Tablegenning")12target_link_libraries(mlir-src-sharder PRIVATE ${LIBS})13 14mlir_check_all_link_libraries(mlir-src-sharder)15