Constify handling of link targets.

This commit is contained in:
Stephen Kelly
2013-12-10 15:30:41 +01:00
parent ef25ba8d06
commit 9edee62f28
8 changed files with 41 additions and 34 deletions

View File

@@ -53,7 +53,8 @@ public:
NameReal
};
static std::string GetInstallFilename(cmTarget*target, const char* config,
static std::string GetInstallFilename(cmTarget const* target,
const char* config,
NameType nameType = NameNormal);
cmTarget* GetTarget() const { return this->Target; }