aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/linker/CMakeLists.txt
blob: b6bc8ac1e83091130ae4cc1ecdffbac32cd2d2d7 (plain)
1
2
3
4
5
add_ocaml_library(llvm_linker
  OCAML    llvm_linker
  OCAMLDEP llvm
  C        linker_ocaml
  LLVM     linker)