[CMake] Addressing an external MS project as target

Bill Hoffman bill.hoffman at kitware.com
Tue Nov 11 17:03:05 EST 2008


Bill Hoffman wrote:

> So, this might work:
> include_external_msproject(B /some/path)
> add_dependencies(A B)
>
I meant to say this:

  add_dependencies(A INCLUDE_EXTERNAL_MSPROJECT_B)


-Bill


More information about the CMake mailing list