bolt/deps/llvm-18.1.8/llvm/bindings/ocaml/executionengine/CMakeLists.txt
2025-02-14 19:21:04 +01:00

7 lines
242 B
CMake

add_ocaml_library(llvm_executionengine
OCAML llvm_executionengine
OCAMLDEP llvm llvm_target
C executionengine_ocaml
CFLAGS "-I${CMAKE_CURRENT_SOURCE_DIR}/../llvm"
LLVM ExecutionEngine MCJIT native
PKG ctypes)