Sign in
llvm
/
llvm-project
/
dc1056a3f1f95635dfd2188f21c49ae2cb2d3a90
/
.
/
mlir
/
lib
/
Pass
/
CMakeLists.txt
blob: 05122f5a7ed45fc96b298a63e29c21c1dcaf74f9 [
file
]
file(GLOB globbed *.c *.cpp)
add_llvm_library(MLIRPass
${globbed}
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Pass
)
add_dependencies(MLIRPass MLIRAnalysis MLIRIR LLVMSupport)
target_link_libraries(MLIRPass MLIRAnalysis MLIRIR LLVMSupport)