AW: [Cmake] Visual Studio: setting target names for build types / library dependencies

Stefan Kowski stefan.kowski at gmx.de
Thu, 22 Apr 2004 14:30:15 +0200


Hi,

> > I tried including an external Visual Studio 6 project using:
> >
> > INCLUDE_EXTERNAL_MSPROJECT(libname /lib/path/libname.dsp)
> >
> > This works fine, the project shows up in the workspace. But how do I add
> > this project as a prerequisite of another, i.e. an executable?
>
> This may work:
>
> ADD_DEPENDENCIES(myexe libname)
>
> -Brad
>
>

yes, it does! Great :-))!

Thank you,
Stefan