First you should use the COMPONENT parameter of the INSTALL command. > See: > cmake --help-command install > and > http://www.cmake.org/Wiki/CMake:Component_Install_With_CPack > > then you may install all the target/files/... belonging to a > particular component by doing: > > cd buildir > cmake -DCOMPONENT="componentname" -P cmake_install.cmake > > <http://www.april.org>
OK; thank you. That was maybe slightly more involved than I had thougth - but certainly doable. Joakim
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake