bolt/deps/llvm-18.1.8/mlir/lib/Conversion/IndexToSPIRV/CMakeLists.txt

18 lines
294 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
add_mlir_conversion_library(MLIRIndexToSPIRV
IndexToSPIRV.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/IndexToSPIRV
DEPENDS
MLIRConversionPassIncGen
LINK_COMPONENTS
Core
LINK_LIBS PUBLIC
MLIRIndexDialect
MLIRSPIRVConversion
MLIRSPIRVDialect
)