Re: [CMake] Static library issues.

2010-02-05 Thread Eric Noulard
2010/2/5 Surya Kiran Gullapalli : > Hello all, > I'm using CMake-2.8 on winxp with Visual Studio 2005 generator. > lets say I've a dll created (A.dll) from some cxx files and a static library > static.lib > So I call Link_Directories to specify the directory where the static library > is located.

Re: [CMake] Static library issues.

2010-02-05 Thread Michael Wild
On 5. Feb, 2010, at 14:37 , Surya Kiran Gullapalli wrote: > Hello all, > I'm using CMake-2.8 on winxp with Visual Studio 2005 generator. > > lets say I've a dll created (A.dll) from some cxx files and a static library > static.lib > > So I call Link_Directories to specify the directory where th

[CMake] Static library issues.

2010-02-05 Thread Surya Kiran Gullapalli
Hello all, I'm using CMake-2.8 on winxp with Visual Studio 2005 generator. lets say I've a dll created (A.dll) from some cxx files and a static library static.lib So I call Link_Directories to specify the directory where the static library is located. Now A.dll is built fine. Now I want B.dll bu