Re: [CMake] target_link_libraries external library

2007-09-21 Thread kitts
On Saturday 22 Sep 2007 1:45:26 am Juan Sanchez wrote: > How do you add an externally library for linking into a target?  I am > getting something like this from TARGET_LINK_LIBRARIES? > > CMake Error: Attempt to add link library "/bar/linux-x86/opt/foo.a" to > target "waterlooApps" which is not bu

Re: [CMake] target_link_libraries external library

2007-09-21 Thread blinkeye
On 09/21/2007 10:15 PM, Juan Sanchez wrote: Hello, How do you add an externally library for linking into a target? I am getting something like this from TARGET_LINK_LIBRARIES? CMake Error: Attempt to add link library "/bar/linux-x86/opt/foo.a" to target "waterlooApps" which is not built by th

[CMake] target_link_libraries external library

2007-09-21 Thread Juan Sanchez
Hello, How do you add an externally library for linking into a target? I am getting something like this from TARGET_LINK_LIBRARIES? CMake Error: Attempt to add link library "/bar/linux-x86/opt/foo.a" to target "waterlooApps" which is not built by this project. Thanks, Juan _