<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">First you should use the COMPONENT parameter of the INSTALL command.<br>
See:<br>
cmake --help-command install<br>
and<br>
<a href="http://www.cmake.org/Wiki/CMake:Component_Install_With_CPack" target="_blank">http://www.cmake.org/Wiki/CMake:Component_Install_With_CPack</a><br>
<br>
then you may install all the target/files/... belonging to a<br>
particular component by doing:<br>
<br>
cd buildir<br>
cmake -DCOMPONENT=&quot;componentname&quot; -P cmake_install.cmake<br>
<span class="HOEnZb"><font color="#888888"><br>
<a href="http://www.april.org" target="_blank"></a></font></span></blockquote><div><br>OK;<br><br>thank you. That was maybe slightly more involved than I had thougth - but certainly doable.<br><br>Joakim <br></div><div class="h5">
<br>
</div></div><br>