Introduce a cmLocalGenerator::ConvertToIncludeReference function

This provides a mechanism for the local generator to override how
header search paths are generated.
This commit is contained in:
Peter Collingbourne
2011-09-07 02:41:41 +01:00
parent 903d914b28
commit 5b114c9bee
2 changed files with 11 additions and 2 deletions
+3 -1
View File
@@ -179,7 +179,9 @@ public:
path and short path if spaces. */
std::string ConvertToOutputForExisting(RelativeRoot remote,
const char* local = 0);
virtual std::string ConvertToIncludeReference(std::string const& path);
/** Called from command-line hook to clear dependencies. */
virtual void ClearDependencies(cmMakefile* /* mf */,
bool /* verbose */) {}