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

2009-01-22 Thread Ram Mulage
der 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 int

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

2009-01-22 Thread Ram Mulage
gt; 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, > >>> > >>&

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

2009-01-21 Thread Ram Mulage
Hi All, I am using boost library in my project and I want to link the boost static libraries into my project. How do i do this? My project directory looks as below and each of the directories has the CMakeLists.txt file. Project |-Lib1 |-Lib2 |-Application I am using the some of the boos