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