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