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

7 lines
191 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
add_ocaml_library(llvm_executionengine
OCAML llvm_executionengine
OCAMLDEP llvm llvm_target
C executionengine_ocaml
LLVM ExecutionEngine MCJIT native
PKG ctypes)