mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
cmTarget: Remove obsolete friend definitions
This commit is contained in:
@@ -256,6 +256,9 @@ public:
|
|||||||
cmStateEnums::ArtifactType artifact) const;
|
cmStateEnums::ArtifactType artifact) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
// Internal representation details.
|
||||||
|
friend class cmGeneratorTarget;
|
||||||
|
|
||||||
const char* GetSuffixVariableInternal(
|
const char* GetSuffixVariableInternal(
|
||||||
cmStateEnums::ArtifactType artifact) const;
|
cmStateEnums::ArtifactType artifact) const;
|
||||||
const char* GetPrefixVariableInternal(
|
const char* GetPrefixVariableInternal(
|
||||||
@@ -268,11 +271,6 @@ private:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
cmTargetInternalPointer impl;
|
cmTargetInternalPointer impl;
|
||||||
|
|
||||||
// Internal representation details.
|
|
||||||
friend class cmTargetInternals;
|
|
||||||
friend class cmGeneratorTarget;
|
|
||||||
friend class cmTargetTraceDependencies;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef std::unordered_map<std::string, cmTarget> cmTargets;
|
typedef std::unordered_map<std::string, cmTarget> cmTargets;
|
||||||
|
|||||||
Reference in New Issue
Block a user