Re: [CMake] Question about linking

2009-06-08 Thread Denis Scherbakov
> I am relatively newbie to CMake community. I have a > question and I would be thankful if anybody answers. I do > apologize in advance if my question is too naive. I have a > project created by Cmake. It produces an executable which is > linked to many shared and static libraries. I am wonderi

Re: [CMake] Question about linking

2009-06-05 Thread Tyler Roscoe
On Fri, Jun 05, 2009 at 10:43:44AM -0700, Kaveh Kohan wrote: > question is too naive. I have a project created by Cmake. It produces > an executable which is linked to many shared and static libraries. I > am wondering what is the cmake option which brings all libraries > including shared and stati

[CMake] Question about linking

2009-06-05 Thread Kaveh Kohan
Hi, I am relatively newbie to CMake community. I have a question and I would be thankful if anybody answers. I do apologize in advance if my question is too naive. I have a project created by Cmake. It produces an executable which is linked to many shared and static libraries. I am wondering wh

[CMake] Question about linking lilbraries

2006-11-17 Thread Ilya Shvetsov
Hi, all! In our project we have 3 configuration: Debug, Release, ReleaseWithDebugInfo For every configuration we have individual set of libraries I can use TARGET_LINK_LIBRARIES with corresponding flags gor configuration Debug or Release, but what about ReleaseWithDebug