Re: [CMake] Complex problem : recursive dependency configurations

2012-01-24 Thread Robert Dailey
Have I gone and confused everybody on this? :P - Robert Dailey On Mon, Jan 23, 2012 at 6:01 PM, Robert Dailey rcdai...@gmail.com wrote: As you know, in target_link_libraries(), you can specify debug, optimized, or general to specify which configurations a library will be applied to.

[CMake] Complex problem : recursive dependency configurations

2012-01-23 Thread Robert Dailey
As you know, in target_link_libraries(), you can specify debug, optimized, or general to specify which configurations a library will be applied to. I have developed a system to allow dependencies to recursively add their own dependencies. Suppose we have 3 targets: A: libx liby libz B: