aboutsummaryrefslogtreecommitdiff
path: root/bindings/ocaml/executionengine/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/ocaml/executionengine/CMakeLists.txt')
-rw-r--r--bindings/ocaml/executionengine/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/bindings/ocaml/executionengine/CMakeLists.txt b/bindings/ocaml/executionengine/CMakeLists.txt
deleted file mode 100644
index ae9af088c025..000000000000
--- a/bindings/ocaml/executionengine/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-add_ocaml_library(llvm_executionengine
- OCAML llvm_executionengine
- OCAMLDEP llvm llvm_target
- C executionengine_ocaml
- LLVM executionengine mcjit native
- PKG ctypes)