blob: e9fce2b0bafa51f2450f41f24d958202c4a5ac7f [file] [log] [blame]
file(GLOB globbed *.c *.cpp)
add_llvm_library(MLIRStandardOps
${globbed}
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/StandardOps
)
add_dependencies(MLIRStandardOps MLIRStandardOpsIncGen LLVMSupport)
target_link_libraries(MLIRStandardOps LLVMSupport)