[CMake] dependencies on auto-generated files and VC-8.0

William A. Hoffman billlist at nycap.rr.com
Sat Jul 1 22:32:24 EDT 2006


At 09:12 PM 7/1/2006, Alex Makarenko wrote:
>> 
>> Try this:
>> ADD_DEPENDENCIES(Lib1 Lib0)
>> 
>
>Tried it, does not change anything, unfortunately. 
>
>My understanding is that with non-custom targets (like libraries)
>TARGET_LINK_LIBRARIES implies the dependency which ADD_DEPENDENCIES
>specifies explicitly for custom targets.

It should work, and does for other projects, so something odd is happening here.
Can you provide a small example, and add a bug to the bug tracker?

-Bill



More information about the CMake mailing list