Changeset View
Changeset View
Standalone View
Standalone View
mlir/lib/Conversion/VectorToLoops/CMakeLists.txt
add_llvm_library(MLIRVectorToLoops | add_mlir_conversion_library(MLIRVectorToLoops | ||||
ConvertVectorToLoops.cpp | ConvertVectorToLoops.cpp | ||||
ADDITIONAL_HEADER_DIRS | ADDITIONAL_HEADER_DIRS | ||||
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/VectorToLoops | ${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/VectorToLoops | ||||
) | ) | ||||
set(LIBS | set(LIBS | ||||
MLIREDSC | MLIREDSC | ||||
MLIRLLVMIR | MLIRLLVMIR | ||||
MLIRTransforms | MLIRTransforms | ||||
LLVMCore | LLVMCore | ||||
LLVMSupport | LLVMSupport | ||||
) | ) | ||||
add_dependencies(MLIRVectorToLoops ${LIBS}) | add_dependencies(MLIRVectorToLoops ${LIBS}) | ||||
target_link_libraries(MLIRVectorToLoops ${LIBS}) | target_link_libraries(MLIRVectorToLoops ${LIBS}) |