Add the INSTALL_PREFIX genex.

This commit is contained in:
Stephen Kelly
2013-01-27 09:43:44 +01:00
parent 3a1719793f
commit 34d1ade048
9 changed files with 69 additions and 1 deletions

View File

@@ -152,6 +152,8 @@ private:
void ResolveTargetsInGeneratorExpression(std::string &input,
cmTarget* target,
std::vector<std::string> &missingTargets);
virtual void ReplaceInstallPrefix(std::string &input);
};
#endif