[CMake] building an OSX app release

2007-11-01 Thread Peter Crowley
hello all, I've read a couple of recent posts that skirted around my issue, but didn't see any answers. I've been a programmer in the past, but I'm kind of new to the buildmiester role, so please forgive my ignorance. The situation I'm in is that I have installed and compiled several

Re: [CMake] building an OSX app release

2007-11-01 Thread Alan W. Irwin
On 2007-11-01 20:17-0500 Peter Crowley wrote: How can I tell cmake to take the libraries and include them in the build app? Does it matter if it is statically or dynamically linked? Is this as simple as copying the dylib over, or am I missing something? If you have attempted to do something

Re: [CMake] building an OSX app release

2007-11-01 Thread Mike Jackson
On Nov 1, 2007, at 9:52 PM, Alan W. Irwin wrote: On 2007-11-01 20:17-0500 Peter Crowley wrote: How can I tell cmake to take the libraries and include them in the build app? Does it matter if it is statically or dynamically linked? Is this as simple as copying the dylib over, or am I