xref: /llvm-project/mlir/lib/CAPI/Target/CMakeLists.txt (revision 7fb89bfb0f93d5cfe3cf661253bbb2e2ef19359a)
1add_mlir_upstream_c_api_library(MLIRCAPITarget
2  LLVMIR.cpp
3
4  LINK_COMPONENTS
5  Core
6
7  LINK_LIBS PUBLIC
8  MLIRToLLVMIRTranslationRegistration
9  MLIRCAPIIR
10  MLIRLLVMToLLVMIRTranslation
11  MLIRSupport
12)
13