summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-01-17 23:01:05 (GMT)
committerBrad King <brad.king@kitware.com>2003-01-17 23:01:05 (GMT)
commit5bb1a79c9fe0b3822d81f7e27ce625a743aac0eb (patch)
tree0df018473e4e8126764716175f5dee8b949c3a9e /Source/cmLocalUnixMakefileGenerator.h
parent94a8d00199efe4ec5cdb251c4e432b5525d7567f (diff)
downloadCMake-5bb1a79c9fe0b3822d81f7e27ce625a743aac0eb.zip
CMake-5bb1a79c9fe0b3822d81f7e27ce625a743aac0eb.tar.gz
CMake-5bb1a79c9fe0b3822d81f7e27ce625a743aac0eb.tar.bz2
ENH: Support for spaces in paths during make install.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h
index 7ba8598..f3ebd9e 100644
--- a/Source/cmLocalUnixMakefileGenerator.h
+++ b/Source/cmLocalUnixMakefileGenerator.h
@@ -196,6 +196,9 @@ protected:
///! for existing files convert to output path and short path if spaces
std::string ConvertToOutputForExisting(const char*);
+
+ /** Get the full name of the target's file, without path. */
+ std::string GetFullTargetName(const char* n, const cmTarget& t);
protected:
int m_MakefileVariableSize;
std::map<cmStdString, cmStdString> m_MakeVariableMap;