mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
ENH: Simplify cmTarget link interface storage
This makes the LinkInterface struct a member of cmTarget, pimplizes the config-to-interface map, and stores interface instances by value.
This commit is contained in:
@@ -150,7 +150,7 @@ cmExportFileGenerator
|
||||
}
|
||||
|
||||
// Add the transitive link dependencies for this configuration.
|
||||
if(cmTargetLinkInterface const* iface = target->GetLinkInterface(config))
|
||||
if(cmTarget::LinkInterface const* iface = target->GetLinkInterface(config))
|
||||
{
|
||||
this->SetImportLinkProperty(suffix, target,
|
||||
"IMPORTED_LINK_INTERFACE_LIBRARIES",
|
||||
|
||||
Reference in New Issue
Block a user