I'm looking for some pointers on how to go about to build multiple binaries 
(libraries for C, C++ C++11 e.g.) and then package them into a single package.

Currently I'm using multiple out-of-source build directories (one for each 
"platform") which works ok for build and test purposes (Makefile which loops 
over all build directories...).  But when it comes to packaging it necessarily 
creates separate packages. Of course it would be possible to script a merge of 
them, but that feels.. well, cumbersome.

Any suggestions? Is there something I'm missing? I'm fairly new to CMake.

Thomas Nilsson
thomas.nils...@responsive.se
Program Chair DevLin2013

--

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

Reply via email to