aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/executionengine/CMakeLists.txt
blob: ae9af088c025a1616de0d8529506d59532462e91 (plain)
1
2
3
4
5
6
add_ocaml_library(llvm_executionengine
  OCAML    llvm_executionengine
  OCAMLDEP llvm llvm_target
  C        executionengine_ocaml
  LLVM     executionengine mcjit native
  PKG      ctypes)