annotate llvm/bindings/ocaml/linker/CMakeLists.txt @ 221:79ff65ed7e25

LLVM12 Original
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 15 Jun 2021 19:15:29 +0900
parents 1d019706d866
children 1f2b6ac9f198
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 add_ocaml_library(llvm_linker
anatofuz
parents:
diff changeset
2 OCAML llvm_linker
anatofuz
parents:
diff changeset
3 OCAMLDEP llvm
anatofuz
parents:
diff changeset
4 C linker_ocaml
221
79ff65ed7e25 LLVM12 Original
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
5 LLVM Linker)