[CMake] ANN: UseOcaml.cmake

Keyan ml at pulsschlag.net
Sat Jan 9 14:11:30 EST 2010


Hi,

adapted from UseLATEX.cmake, i wrote a UseOcaml.cmake script, which can be found here:

http://yars.svn.sourceforge.net/viewvc/yars/branches/yars-refactoring/modules/UseOcaml.cmake?revision=509&view=markup

it is not complete yet, but it allows to easily compile ocaml-binaries in the following way:

  ADD_OCAML_TARGET(
      OUTPUT    loc
      MAIN      loc.ml
      SOURCES   file_node.ml  files.ml  io.ml  file_statistics.ml  message_node.ml
      HEADERS   file_node.mli files.mli io.mli file_statistics.mli message_node.mli
      LIBRARIES unix.cmxa str.cmxa extLib.cmxa
      INCLUDES  /opt/local/lib/ocaml/site-lib/extlib
      )

one current problem is that i cannot add multiple entries to the INCLUDES.

i am happy to receive comments.

cheers,
keyan


More information about the CMake mailing list