Hi,

i am not sure, if this is of interest here, but i give it a try. i use cmake 
heavily to compile my projects, so i wrote 
a UseOcaml.cmake script, adapted from UseLATEX.cmake, to do the job for me. it 
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
_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to