[cmake-developers] GHS MULTI generator link with RUNTIME_OUTPUT_DIRECTORY patch

Brad King brad.king at kitware.com
Tue Oct 13 10:03:20 EDT 2015


On 10/13/2015 01:06 AM, Geoffrey Viola wrote:
> Attached is a patch to allow the GHS MULTI
[snip]
> +      const char* runtimeOutputDir =
> +        tg->GetProperty("RUNTIME_OUTPUT_DIRECTORY");

The generator should not have to deal with such properties directly.
There are internal APIs to get the output locations.  The have been
on cmTarget but are currently being moved to cmGeneratorTarget.  See
other generators for use of things like GetFullPath.

-Brad



More information about the cmake-developers mailing list