github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/mlir/lib/Translation/CMakeLists.txt (about)

     1  add_llvm_library(MLIRTranslation
     2    Translation.cpp
     3  
     4    ADDITIONAL_HEADER_DIRS
     5    ${MLIR_MAIN_INCLUDE_DIR}/mlir/Translation
     6    )
     7  target_link_libraries(MLIRTranslation LLVMSupport)