[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

Re: [CMake] shared library with CMake in kdevelop4

2012-01-16 Thread David Cole
On Mon, Jan 16, 2012 at 8:38 AM, 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 david.c...@kitware.com wrote: On Mon, Jan 16, 2012 at 8:38 AM,  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

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 Michael Hertling
De : Michael Hertling mhertl...@online.de À : cmake@cmake.org Objet : Re: [CMake] shared library with CMake in kdevelop4 Date : 16/01/2012 15:39:29 CET 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