mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
a05f11b29b
Closes PR15325. llvm-svn: 223071
7 lines
191 B
CMake
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)
|