summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-03-04 18:20:04 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-04 18:41:59 (GMT)
commit5e8e4d0f8819052d3a69eb3cb1a4bdbc674a956c (patch)
tree2c99d980644ce3ea2f328fb104011378cca5542d /Source/cmLocalGenerator.h
parentb9aa5041989a415a360e61291142e760ae7eb9e1 (diff)
downloadCMake-5e8e4d0f8819052d3a69eb3cb1a4bdbc674a956c.zip
CMake-5e8e4d0f8819052d3a69eb3cb1a4bdbc674a956c.tar.gz
CMake-5e8e4d0f8819052d3a69eb3cb1a4bdbc674a956c.tar.bz2
cmLocalGenerator: Add response file option to OutputLinkLibraries
Response files require different path conversion to be threaded through construction of the link libraries flags.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 2a76124..2e05804 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -372,7 +372,8 @@ protected:
std::string& frameworkPath,
std::string& linkPath,
cmGeneratorTarget &,
- bool relink);
+ bool relink,
+ bool forResponseFile);
// Expand rule variables in CMake of the type found in language rules
void ExpandRuleVariables(std::string& string,