diff options
author | Brad King <brad.king@kitware.com> | 2005-02-25 14:06:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-02-25 14:06:18 (GMT) |
commit | 03e2878db895efacc199253fabafb8ffa1c2150d (patch) | |
tree | af515eccdc3de934b5b3ccfad0fd088783e709d9 /Source/cmLocalUnixMakefileGenerator2.h | |
parent | 5bbf471f2323c8692027ca4e8572a1ec9d898fc7 (diff) | |
download | CMake-03e2878db895efacc199253fabafb8ffa1c2150d.zip CMake-03e2878db895efacc199253fabafb8ffa1c2150d.tar.gz CMake-03e2878db895efacc199253fabafb8ffa1c2150d.tar.bz2 |
ENH: Added ConvertToQuotedOutputPath method and used it to properly generate external object references with spaces in the path.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator2.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.h b/Source/cmLocalUnixMakefileGenerator2.h index 90997f1..893dc7f 100644 --- a/Source/cmLocalUnixMakefileGenerator2.h +++ b/Source/cmLocalUnixMakefileGenerator2.h @@ -199,6 +199,7 @@ protected: const char* GetSourceFileLanguage(const cmSourceFile& source); std::string ConvertToFullPath(const std::string& localPath); std::string ConvertToRelativeOutputPath(const char* p); + std::string ConvertToQuotedOutputPath(const char* p); void ConfigureOutputPaths(); void FormatOutputPath(std::string& path, const char* name); |