bolt/deps/llvm-18.1.8/llvm/bindings/ocaml/executionengine/CMakeLists.txt

8 lines
242 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
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)