aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/transforms/passmgr_builder/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/ocaml/transforms/passmgr_builder/CMakeLists.txt')
-rw-r--r--bindings/ocaml/transforms/passmgr_builder/CMakeLists.txt5
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)