Re: [CMake] How to link specific static libraries

2011-06-29 Thread Michael Hertling
On 06/29/2011 02:32 PM, Michael Wild wrote: > On 06/29/2011 02:30 PM, Stephen Torri wrote: >> Normally we use target_link_libraries to link against certain libraries. >> For example: >> >> target_link_libraries ( mytarget A B C ) >> >> Well when I am working on creating regressions tests for my

Re: [CMake] How to link specific static libraries

2011-06-29 Thread Michael Wild
On 06/29/2011 02:30 PM, Stephen Torri wrote: > Normally we use target_link_libraries to link against certain libraries. > For example: > > target_link_libraries ( mytarget A B C ) > > Well when I am working on creating regressions tests for my library, > called mytarget, I would use the same CM

[CMake] How to link specific static libraries

2011-06-29 Thread Stephen Torri
Normally we use target_link_libraries to link against certain libraries. For example: target_link_libraries ( mytarget A B C ) Well when I am working on creating regressions tests for my library, called mytarget, I would use the same CMake command to link against the boost unit test framework lib