Re: Which build tool to use?
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
-[ Thu, Sep 17, 2015 at 10:09:12AM +0200, Magnus Therning [email protected] [ocaml_beginners] ]---- > The C/C++ project uses CMake to build and now I'd like to plug my OCaml > build into it, but what to use? Why not CMake? > I've found at least two OCaml build tools, `omake` and `oasis` Have you tried a non ocaml build tools? For writing ocaml code do you look for a text editor that's written in ocaml? I guess you use a text editor that can write any language. The same is true for build tools. CMake, although geared toward C/C++ also allows custom rules to be defined.