aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/bitwriter/CMakeLists.txt
blob: 5a14498cb07e1372f9b80060bf547568a6820f12 (plain)
1
2
3
4
5
add_ocaml_library(llvm_bitwriter
  OCAML    llvm_bitwriter
  OCAMLDEP llvm
  C        bitwriter_ocaml
  LLVM     bitwriter)