llvm-for-llvmta/bindings/ocaml/executionengine/CMakeLists.txt

7 lines
191 B
CMake

add_ocaml_library(llvm_executionengine
OCAML llvm_executionengine
OCAMLDEP llvm llvm_target
C executionengine_ocaml
LLVM ExecutionEngine MCJIT native
PKG ctypes)