[OCaml] Move Llvm.clone_module to its own Llvm_transform_utils module.
[oota-llvm.git] / bindings / ocaml / linker / CMakeLists.txt
1 add_ocaml_library(llvm_linker
2   OCAML    llvm_linker
3   OCAMLDEP llvm
4   C        linker_ocaml
5   LLVM     linker)