brintos

brintos / llvm-project-archived public Read only

0
0
Text · 294 B · a02d2d4 Raw
18 lines · plain
1add_mlir_conversion_library(MLIRIndexToSPIRV2  IndexToSPIRV.cpp3 4  ADDITIONAL_HEADER_DIRS5  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/IndexToSPIRV6 7  DEPENDS8  MLIRConversionPassIncGen9 10  LINK_COMPONENTS11  Core12 13  LINK_LIBS PUBLIC14  MLIRIndexDialect15  MLIRSPIRVConversion16  MLIRSPIRVDialect17  )18