aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/linker/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/ocaml/linker/CMakeLists.txt')
-rw-r--r--bindings/ocaml/linker/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/bindings/ocaml/linker/CMakeLists.txt b/bindings/ocaml/linker/CMakeLists.txt
new file mode 100644
index 0000000..b6bc8ac
--- /dev/null
+++ b/bindings/ocaml/linker/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_ocaml_library(llvm_linker
+ OCAML llvm_linker
+ OCAMLDEP llvm
+ C linker_ocaml
+ LLVM linker)