diff options
author | Brad King <brad.king@kitware.com> | 2014-03-04 18:20:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-03-04 18:41:59 (GMT) |
commit | 5e8e4d0f8819052d3a69eb3cb1a4bdbc674a956c (patch) | |
tree | 2c99d980644ce3ea2f328fb104011378cca5542d /Source/cmLocalGenerator.h | |
parent | b9aa5041989a415a360e61291142e760ae7eb9e1 (diff) | |
download | CMake-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.h | 3 |
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, |