export: Allow depending on targets exported multiple times

Fixes: #26556
This commit is contained in:
Martin Duffy
2024-12-26 09:35:19 -05:00
parent 7b553a3b1d
commit c8997fc046
17 changed files with 130 additions and 46 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ protected:
ExportInfo FindExportInfo(cmGeneratorTarget const* /*target*/) const override
{
return { {}, {} };
return { {}, {}, {} };
}
void PopulateProperties(cmGeneratorTarget const* target,