diff options
author | Brad King <brad.king@kitware.com> | 2014-03-04 18:04:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-03-04 18:04:02 (GMT) |
commit | 0c0ef9e7b7016f8ce6310c30660151b15e062a93 (patch) | |
tree | 5fbd4980f09f5ca26cd827a5f635be7befd8f38c /Source/cmLocalNinjaGenerator.h | |
parent | 02bebd60e9255b6e3eb4bbd6208b4c5cd8f5da40 (diff) | |
download | CMake-0c0ef9e7b7016f8ce6310c30660151b15e062a93.zip CMake-0c0ef9e7b7016f8ce6310c30660151b15e062a93.tar.gz CMake-0c0ef9e7b7016f8ce6310c30660151b15e062a93.tar.bz2 |
cmLocalGenerator: Add format option to ConvertToIncludeReference
Replace the hard-coded SHELL output format with an optional argument.
Diffstat (limited to 'Source/cmLocalNinjaGenerator.h')
-rw-r--r-- | Source/cmLocalNinjaGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalNinjaGenerator.h b/Source/cmLocalNinjaGenerator.h index ea854c6..b3d3b6b 100644 --- a/Source/cmLocalNinjaGenerator.h +++ b/Source/cmLocalNinjaGenerator.h @@ -101,7 +101,8 @@ public: protected: - virtual std::string ConvertToIncludeReference(std::string const& path); + virtual std::string ConvertToIncludeReference(std::string const& path, + OutputFormat format = SHELL); private: |