Re: [CMake] best practice way of copying libraries to an install package

2010-09-23 Thread Alexander Neundorf
On Thursday 23 September 2010, Eric Noulard wrote: > 2010/9/23 edA-qa mort-ora-y : > > On 09/23/2010 12:12 AM, Ryan Pavlik wrote: > >>> If anybody has a good resource, or can recommend some best practices, > >>> that would be great. > >> > >> Use CMake and CPack?  See the wiki, and elsewhere on the

Re: [CMake] best practice way of copying libraries to an install package

2010-09-22 Thread Eric Noulard
2010/9/23 edA-qa mort-ora-y : > On 09/23/2010 12:12 AM, Ryan Pavlik wrote: >>> If anybody has a good resource, or can recommend some best practices, >>> that would be great. >> Use CMake and CPack?  See the wiki, and elsewhere on the internet. > > Yes, I am of course using CMake. My question is mor

Re: [CMake] best practice way of copying libraries to an install package

2010-09-22 Thread edA-qa mort-ora-y
On 09/23/2010 12:12 AM, Ryan Pavlik wrote: >> If anybody has a good resource, or can recommend some best practices, >> that would be great. > Use CMake and CPack? See the wiki, and elsewhere on the internet. Yes, I am of course using CMake. My question is more along of the lines of how to best ac

Re: [CMake] best practice way of copying libraries to an install package

2010-09-22 Thread Ryan Pavlik
On 9/22/2010 2:39 PM, edA-qa mort-ora-y wrote: I need to produce a nice self-contained packaged of executables and libraries for my project. I've looked around the web and found many very distinct ways of achieving this. I was wondering if there is some best practice related to this. Ideally I'

[CMake] best practice way of copying libraries to an install package

2010-09-22 Thread edA-qa mort-ora-y
I need to produce a nice self-contained packaged of executables and libraries for my project. I've looked around the web and found many very distinct ways of achieving this. I was wondering if there is some best practice related to this. Ideally I'd like to work from the same variables I use for l