CMakeLists.txt 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 add_llvm_library(MLIRTranslation Translation.cpp ADDITIONAL_HEADER_DIRS ${MLIR_MAIN_INCLUDE_DIR}/mlir/Translation ) target_link_libraries(MLIRTranslation LLVMSupport)