[OCaml] [cmake] Add CMake buildsystem for OCaml.
[oota-llvm.git] / bindings / ocaml / target / CMakeLists.txt
diff --git a/bindings/ocaml/target/CMakeLists.txt b/bindings/ocaml/target/CMakeLists.txt
new file mode 100644 (file)
index 0000000..adee0fc
--- /dev/null
@@ -0,0 +1,5 @@
+add_ocaml_library(llvm_target
+  OCAML    llvm_target
+  OCAMLDEP llvm
+  C        target_ocaml
+  LLVM     target)