> 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
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
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
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