Add OCaml tutorial to the examples.
[oota-llvm.git] / examples / OCaml-Kaleidoscope / Chapter3 / myocamlbuild.ml
1 open Ocamlbuild_plugin;;
2
3 ocaml_lib ~extern:true "llvm";;
4 ocaml_lib ~extern:true "llvm_analysis";;
5
6 flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;