[OCaml] [cmake] Add CMake buildsystem for OCaml.
[oota-llvm.git] / bindings / ocaml / target / CMakeLists.txt
1 add_ocaml_library(llvm_target
2   OCAML    llvm_target
3   OCAMLDEP llvm
4   C        target_ocaml
5   LLVM     target)