[CMake] End around for java?

Brad King brad.king at kitware.com
Mon Aug 7 17:25:06 EDT 2006


Richard Fuchs wrote:
> Could I just use EXECUTE_PROCESS to call make (with a hand created
> Makefile) or even the java compiler itself to get around the problems
> I'm having with cmake and java not liking each other very much?

You can use ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET to do whatever you
want.  I've put better java support on my long-term todo list.

-Brad


More information about the CMake mailing list