diff options
Diffstat (limited to 'bindings/ocaml/transforms/passmgr_builder/CMakeLists.txt')
-rw-r--r-- | bindings/ocaml/transforms/passmgr_builder/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bindings/ocaml/transforms/passmgr_builder/CMakeLists.txt b/bindings/ocaml/transforms/passmgr_builder/CMakeLists.txt new file mode 100644 index 0000000..b012863 --- /dev/null +++ b/bindings/ocaml/transforms/passmgr_builder/CMakeLists.txt @@ -0,0 +1,5 @@ +add_ocaml_library(llvm_passmgr_builder + OCAML llvm_passmgr_builder + OCAMLDEP llvm + C passmgr_builder_ocaml + LLVM ipo) |