You could add a custom target that depends on all the other targets in your project.<br><br><div><span class="gmail_quote">On 12/6/06, <b class="gmail_sendername">Eric BOIX</b> &lt;<a href="mailto:eboix@ens-lyon.fr">eboix@ens-lyon.fr
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dear cmake users,<br><br>I would like to launch a command after ALL the targets are build (think
<br>of e.g. displaying a small message). I could achieve this with an<br>ad-hoc ADD_CUSTOM_COMMAND( TARGET target POST_BUILD COMMAND ...)<br>at the condition of knowing the name of cmake's internal global build<br>target. Does such a target exist and is it documented somewhere ?
<br>Is there another way of achieving this ?<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Yours,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Eric Boix.<br>_______________________________________________<br>CMake mailing list<br><a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>