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