mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 17:11:04 +00:00
cmLocalGenerator: remove public GetImportedGeneratorTargets
GetImportedGeneratorTargets is not used anywhere hence remove it to avoid exposing the type of ImportedGeneratorTargets.
This commit is contained in:
parent
142938225e
commit
4443adc1c0
@ -139,11 +139,6 @@ public:
|
||||
return this->GeneratorTargets;
|
||||
}
|
||||
|
||||
const std::vector<cmGeneratorTarget*>& GetImportedGeneratorTargets() const
|
||||
{
|
||||
return this->ImportedGeneratorTargets;
|
||||
}
|
||||
|
||||
void AddGeneratorTarget(cmGeneratorTarget* gt);
|
||||
void AddImportedGeneratorTarget(cmGeneratorTarget* gt);
|
||||
void AddOwnedImportedGeneratorTarget(cmGeneratorTarget* gt);
|
||||
|
Loading…
Reference in New Issue
Block a user