aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/target/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/ocaml/target/CMakeLists.txt')
-rw-r--r--bindings/ocaml/target/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/bindings/ocaml/target/CMakeLists.txt b/bindings/ocaml/target/CMakeLists.txt
new file mode 100644
index 0000000..adee0fc
--- /dev/null
+++ b/bindings/ocaml/target/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_ocaml_library(llvm_target
+ OCAML llvm_target
+ OCAMLDEP llvm
+ C target_ocaml
+ LLVM target)