On 6/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Yup. Should work out of the box. > > ADD_CUSTOM_COMMAND( > OUTPUT /full/path/to/myexe > COMMAND buildserver > ARGS -o myexe -f myexe.o > DEPENDS /full/path/to/myexe.o > COMMENT "Generating exe" > ) ok, but how do I add myexe to the "all"-target?
cmake --help ADD_CUSTOM_TARGET Something like: ADD_CUSTOM_TARGET(dummy ALL DEPENDS /full/path/to/myexe ) HTH -Mathieu _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake