xref: /aosp_15_r20/external/llvm/bindings/ocaml/executionengine/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1add_ocaml_library(llvm_executionengine
2  OCAML    llvm_executionengine
3  OCAMLDEP llvm llvm_target
4  C        executionengine_ocaml
5  LLVM     executionengine mcjit native
6  PKG      ctypes)
7