summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Translation/CMakeLists.txt
blob: 122db2e6a3190564efd689a5e8d94310d97db414 (plain)
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)
OpenPOWER on IntegriCloud