Re: [CMake] shared library with CMake in kdevelop4

2012-01-16 Thread Michael Hertling
thanks again > pascal Regards, Michael PS: Please don't drop the ML. > Message d'origine ---- > >De : "Michael Hertling" > >À : cmake@cmake.org > >Objet : Re: [CMake] shared library with CMake in kdevelop4 > >Date : 16/01/2012 15:39:29 CET >

Re: [CMake] shared library with CMake in kdevelop4

2012-01-16 Thread Michael Hertling
On 01/16/2012 02:38 PM, paspa...@noos.fr wrote: > > I am new with kdevelop and cmake so apologize for this pretty naive question, > I > create in kdevelop a proj3 project and want to link a library so I create a > second project projA within the proj3 directory > > the projA CMakelist is > >

Re: [CMake] shared library with CMake in kdevelop4

2012-01-16 Thread David Cole
On Mon, Jan 16, 2012 at 9:34 AM, David Cole wrote: > On Mon, Jan 16, 2012 at 8:38 AM,   wrote: >> >> I am new with kdevelop and cmake so apologize for this pretty naive >> question, I create in kdevelop a proj3 project and want to link a library so >> I create a second project projA within the pro

Re: [CMake] shared library with CMake in kdevelop4

2012-01-16 Thread David Cole
On Mon, Jan 16, 2012 at 8:38 AM, wrote: > > I am new with kdevelop and cmake so apologize for this pretty naive > question, I create in kdevelop a proj3 project and want to link a library so > I create a second project projA within the proj3 directory > > the projA CMakelist is > > project(proja)

[CMake] shared library with CMake in kdevelop4

2012-01-16 Thread pasparis
I am new with kdevelop and cmake so apologize for this pretty naive question, I create in kdevelop a proj3 project and want to link a library so I create a second project projA within the proj3 directorythe projA CMakelist is project(proja)set( lib_SOURCES Execute_Msg.cpp )add_library(proja ${lib