mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Refactor export file generator inteface
Replace cmTargetExport with const cmGeneratorTarget to allow recursive processing of exported targets and their link dependencies.
This commit is contained in:
@@ -36,7 +36,8 @@ protected:
|
||||
{
|
||||
}
|
||||
void HandleMissingTarget(std::string&, std::vector<std::string>&,
|
||||
cmGeneratorTarget*, cmGeneratorTarget*) override
|
||||
cmGeneratorTarget const*,
|
||||
cmGeneratorTarget*) override
|
||||
{
|
||||
}
|
||||
|
||||
@@ -44,7 +45,7 @@ protected:
|
||||
ImportPropertyMap& properties,
|
||||
std::set<const cmGeneratorTarget*>& emitted);
|
||||
|
||||
std::string InstallNameDir(cmGeneratorTarget* target,
|
||||
std::string InstallNameDir(cmGeneratorTarget const* target,
|
||||
const std::string& config) override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user