diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-14 21:46:32 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-14 21:46:32 (GMT) |
commit | 34e7e36caeadb9d24e77bf81e0a77f519e44300a (patch) | |
tree | 874832080cdc6469e2d5ea5aaddb1005b4aa1494 /Source/cmLocalGenerator.h | |
parent | d04a07e0c9923e5b03fda8a55454a53407ca6b26 (diff) | |
download | CMake-34e7e36caeadb9d24e77bf81e0a77f519e44300a.zip CMake-34e7e36caeadb9d24e77bf81e0a77f519e44300a.tar.gz CMake-34e7e36caeadb9d24e77bf81e0a77f519e44300a.tar.bz2 |
ENH: getting closer
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 8bbc8a0..2307c14 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -100,6 +100,10 @@ public: ///! Get the include flags for the current makefile and language const char* GetIncludeFlags(const char* lang); + ///! for existing files convert to output path and short path if spaces + std::string ConvertToOutputForExisting(const char* p); + + protected: ///! Fill out these strings for the given target. Libraries to link, flags, and linkflags. @@ -115,9 +119,6 @@ protected: /** Get the include flags for the current makefile and language. */ void GetIncludeDirectories(std::vector<std::string>& dirs); - ///! for existing files convert to output path and short path if spaces - std::string ConvertToOutputForExisting(const char* p); - // Expand rule variables in CMake of the type found in language rules void ExpandRuleVariables(std::string& string, const char* language, |