[cmake-developers] using ocaml with cmake
Alexander Neundorf
neundorf at kde.org
Thu Oct 19 17:40:46 EDT 2006
Hi,
in KDE we have kalzium, which uses an OCaml library.
We managed to get it compile, but not very nice until now.
OCaml comes with a tool ocamldep, which parses the ocaml source files for
dependencies and generates a "depend" file which can be included in a
Makefile.
How can we do the dependency checking with CMake ?
We could load the depend file and try to parse it in CMake.
Or we would have to implement an ocaml dependency parser in CMake.
Are there other options ?
Bye
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the cmake-developers
mailing list