llvm-project/mlir/lib/Conversion/VectorToSCF/CMakeLists.txt

18 lines
289 B
CMake

add_mlir_conversion_library(MLIRVectorToSCF
VectorToSCF.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/VectorToSCF
LINK_COMPONENTS
Core
LINK_LIBS PUBLIC
MLIRArithmetic
MLIRLLVMIR
MLIRMemRef
MLIRTransforms
MLIRVector
MLIRVectorTransforms
)