aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/transforms/ipo/CMakeLists.txt
blob: 4b8784fad67bb29707f063b1b52a810324e4d496 (plain)
1
2
3
4
5
add_ocaml_library(llvm_ipo
  OCAML    llvm_ipo
  OCAMLDEP llvm
  C        ipo_ocaml
  LLVM     ipo)