I am working on a project that generates many executable files, libraries and configs, they must be packaged in different packages for deployment. The problem is that the inclusion of these targets / files is not mutual exclusive. One target / file can belong to several packages.
I am using CMake 2.8.9 and trying to use CPack. I know that this can be done with set types. But my platform is Ubuntu, so there are Archives / Debs and they don't seem to support this.
With components / groups / parent groups, it seems possible to pack only one target / file into one component / group.
Is there a way out of this?
thanks
source share