]> git.proxmox.com Git - rustc.git/blame - src/llvm/bindings/ocaml/llvm/CMakeLists.txt
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / bindings / ocaml / llvm / CMakeLists.txt
CommitLineData
85aaf69f
SL
1add_ocaml_library(llvm
2 OCAML llvm
3 C llvm_ocaml
4 LLVM core support)
5
6configure_file(
7 "${CMAKE_CURRENT_SOURCE_DIR}/META.llvm.in"
8 "${LLVM_LIBRARY_DIR}/ocaml/META.llvm")
9
10install(FILES "${LLVM_LIBRARY_DIR}/ocaml/META.llvm"
11 DESTINATION lib/ocaml)