blob: 415d9d66e22ce901dcfe61c6128efe4ae46c0709 [file] [log] [blame]
file(GLOB globbed *.c *.cpp)
add_llvm_library(MLIRIR
${globbed}
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/IR
)
add_dependencies(MLIRIR MLIRCallOpInterfacesIncGen MLIROpAsmInterfacesIncGen MLIRSupport LLVMSupport)
target_link_libraries(MLIRIR MLIRSupport LLVMSupport)