[CMake] Build-order in Visual Studio

Micha Renner Micha.Renner at t-online.de
Mon Jan 26 09:42:37 EST 2009


Am Montag, den 26.01.2009, 16:22 +0200 schrieb Dmytro Ovdiienko:
> Micha,
> 
> Use target_link_libraries and add_dependencies to fix project build
> order.
> 

I think, that this doesn't work in the case here.
For target_link_libraries I need a library. If prog is first in build
process then there are no libs.
add_dependencies helps if all projects would be in one CMakeList-file.

Michael



More information about the CMake mailing list