Brad King wrote:
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

Thanks. I wasn't sure if ADD_CUSTOM_COMMAND , ADD_CUSTOM_TARGET or EXECUTE_PROCESS would be the better command to use for what I'm trying to do.

Richard


_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to