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