aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/target/CMakeLists.txt
blob: adee0fcec659a36352d94ea2fb21b75dc223bc22 (plain)
1
2
3
4
5
add_ocaml_library(llvm_target
  OCAML    llvm_target
  OCAMLDEP llvm
  C        target_ocaml
  LLVM     target)