Re: [CMake] How to link the third party libraries into the project?

2009-01-21 Thread Adam Weiss
On Wed, Jan 21, 2009 at 3:27 PM, Michael Jackson wrote: > > On Jan 21, 2009, at 3:19 PM, Alexander Neundorf wrote: > >> On Wednesday 21 January 2009, Ram Mulage wrote: >>> >>> Hi All, >>> >>> I am using boost library in my project and I want to link the boost >>> static >>> libraries into my proje

Re: [CMake] Recompile with different flags

2009-01-20 Thread Adam Weiss
, thanks! -Adam On Tue, Jan 20, 2009 at 5:04 AM, Mike Arthur wrote: > On Monday 19 January 2009 20:02:34 Adam Weiss wrote: >> I have a set of source files that are compiled and built into a library. >> Works great. >> Now I want to recompile those same files with a compiler f

Re: [CMake] Recompile with different flags

2009-01-19 Thread Adam Weiss
ges as possible. Thanks On Mon, Jan 19, 2009 at 5:48 PM, Philip Lowman wrote: > On Mon, Jan 19, 2009 at 4:44 PM, Adam Weiss wrote: >> >> I am still fairly new to cmake, and I am not sure how to make >> configurations. Let me see if I can provide some more details. >>

Re: [CMake] Recompile with different flags

2009-01-19 Thread Adam Weiss
ow about two configurations for your library: cfg_1, cfg_2. > cfg_1 - is configuration without flag. > cfg_2 - is configuration with flag. > > 2009/1/19 Adam Weiss >> >> I couldn't find an answer to this, so I thought I should ask. >> >> I have a set of source files t

[CMake] Recompile with different flags

2009-01-19 Thread Adam Weiss
I couldn't find an answer to this, so I thought I should ask. I have a set of source files that are compiled and built into a library. Works great. Now I want to recompile those same files with a compiler flag added into another library. Don't ask, this is how it has to be. I tried doing add_lib

[CMake] Building Matlab Mex Functions: Best Approach?

2008-05-29 Thread Adam Weiss
Hey Folks, I'm new to cmake and am in the process of converting a Linux based project over to use it. The project I'm converting includes a lot of Matlab mex extensions. I've done a good deal of internet research (both archives of this list and Google) and I've yet to really garner a good sense