Re: [CMake] How to pack a target/file into multiple packages in Linux?

2012-11-04 Thread Ralph Zhang
That solves my problem, thank you! On Fri, Nov 2, 2012 at 4:56 PM, Eric Noulard wrote: > 2012/11/2 Ralph Zhang : > > Hi guys > > > > I'm working on a project which generates quite a few executables, > libraries > > and configs, they need to be packed into

[CMake] How to pack a target/file into multiple packages in Linux?

2012-11-01 Thread Ralph Zhang
Hi guys I'm working on a project which generates quite a few executables, libraries and configs, they need to be packed into different packages for deployment. The problem is, the inclusion of those targets/files is not mutual exclusive. One target/file can belong to multiple packages. I'm using