Re: [CMake] linking error with libraries

2009-02-05 Thread Philip Lowman
On Thu, Feb 5, 2009 at 4:16 AM, ankit jain wrote: > Hi, > Actually iam linking an excutable to the libraries which is not in the > curretn project meanas they are in other folder outside it. > > i am linking it using target link libraries by giving the entire path of > the libraries but still it

[CMake] linking error with libraries

2009-02-05 Thread ankit jain
Hi, Actually iam linking an excutable to the libraries which is not in the curretn project meanas they are in other folder outside it. i am linking it using target link libraries by giving the entire path of the libraries but still it shows error . if I am missing something please tell me what el