[cmake-developers] Exporting dependent library targets in multiple export sets

Brad King brad.king at kitware.com
Mon Sep 17 16:41:44 EDT 2012


On Mon, Sep 17, 2012 at 4:35 PM, Alexander Neundorf <neundorf at kde.org> wrote:
> How should the APPEND mode of EXPORT() be handled ?
> Could you please have a look at
> cmExportFileGenerator::SetImportLinkProperty(..)
> whether this looks ok ?

The APPEND mode used to mean the project is on its own to handle
dependencies.  I guess it can get the target from another export if it
is already there but otherwise not produce any error.

-Brad



More information about the cmake-developers mailing list