summaryrefslogtreecommitdiff
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-02-14 16:46:32 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2005-02-14 16:46:32 -0500
commit34e7e36caeadb9d24e77bf81e0a77f519e44300a (patch)
tree874832080cdc6469e2d5ea5aaddb1005b4aa1494 /Source/cmLocalGenerator.h
parentd04a07e0c9923e5b03fda8a55454a53407ca6b26 (diff)
downloadcmake-34e7e36caeadb9d24e77bf81e0a77f519e44300a.tar.gz
ENH: getting closer
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 8bbc8a0ffd..2307c14dab 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,