summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-10-13 12:21:04 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-10-13 12:21:04 (GMT)
commitcea13d5536ef77fb93ef8ae5abfa9c81920140e7 (patch)
tree543640745dc1c8921f6b3033e4b250ebe6447e1a /Source/cmLocalGenerator.h
parentc11a342e652be170e232d100474836a239037623 (diff)
parentf4c5eade787f4f0a6e33fe029c2816580db06041 (diff)
downloadCMake-cea13d5536ef77fb93ef8ae5abfa9c81920140e7.zip
CMake-cea13d5536ef77fb93ef8ae5abfa9c81920140e7.tar.gz
CMake-cea13d5536ef77fb93ef8ae5abfa9c81920140e7.tar.bz2
Merge topic 'fix-ninja-rc-include-flags'
f4c5eade Ninja: Fix RC include directories regression
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index b25b9ab..3a9d5be 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -160,6 +160,7 @@ public:
std::string GetIncludeFlags(const std::vector<std::string> &includes,
cmGeneratorTarget* target,
const std::string& lang,
+ bool forceFullPaths = false,
bool forResponseFile = false,
const std::string& config = "");
@@ -215,7 +216,8 @@ public:
OutputFormat format = SHELL);
virtual std::string ConvertToIncludeReference(std::string const& path,
- OutputFormat format = SHELL);
+ OutputFormat format = SHELL,
+ bool forceFullPaths = false);
/** Called from command-line hook to clear dependencies. */
virtual void ClearDependencies(cmMakefile* /* mf */,