[cmake-developers] daemon-mode: Project structure

Brad King brad.king at kitware.com
Fri Jun 10 11:48:12 EDT 2016


On 06/10/2016 11:24 AM, Tobias Hunger wrote:
>> The cmGeneratorTarget::GetFullName method will give you the name of the
>> "main" file for a target.  Passing `implib = true` will give the DLL
>> import library path on platforms where IsDLLPlatform returns true.
> 
> I would have never found that!
> 
> I'll change the code to list both the main artefact and the implib (if
> applicable).

Oops, I meant to point you at cmGeneratorTarget::GetFullPath to get the
absolute paths with file names.

-Brad



More information about the cmake-developers mailing list