Re: [CMake] Install selected|group of targets

2012-02-02 Thread Michael Wild
On 02/02/2012 08:44 AM, Joakim Hove wrote: 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/...

Re: [CMake] Install selected|group of targets

2012-02-02 Thread Joakim Hove
I implemented the make install-foo feature some time ago, but didn't find the time to write the required tests, so it never got merged into CMake: OK - I have never looked at the CMake source code, and am in general quite rusty in C++ - but in my opinion this would have been a very valuable

Re: [CMake] Install selected|group of targets

2012-02-02 Thread Eric Noulard
2012/2/2 Joakim Hove joakim.h...@gmail.com: I implemented the make install-foo feature some time ago, but didn't find the time to write the required tests, so it never got merged into CMake: OK - I have never looked at the CMake source code, and am in general quite rusty in C++ - but in my

Re: [CMake] Install selected|group of targets

2012-02-01 Thread Eric Noulard
2012/2/1 Joakim Hove joakim.h...@gmail.com: Hello; I have a quite large CMake project consisting of many libraries and executable programs. Schematically my codebase is organised as: root/CMakeLists.txt root/package1/CMakeLists.txt root/package1/lib/CMakeLists.txt