summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-24 20:34:14 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-24 20:34:14 (GMT)
commit8b54b7a68358e0eda5b1d28a2bff68ab90edcf14 (patch)
treed51d695f80eda898dc4d5af950883c2b0c5cc08b /Source/cmGlobalXCodeGenerator.h
parent495666742baf665e78c8d1d5a38bea6f0e8ab837 (diff)
downloadCMake-8b54b7a68358e0eda5b1d28a2bff68ab90edcf14.zip
CMake-8b54b7a68358e0eda5b1d28a2bff68ab90edcf14.tar.gz
CMake-8b54b7a68358e0eda5b1d28a2bff68ab90edcf14.tar.bz2
ENH: fix spaces in paths problems
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index e7197be..cb9cd11 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -69,6 +69,7 @@ public:
virtual void Generate();
private:
+ std::string XCodeEscapePath(const char* p);
std::string ConvertToRelativeOutputPath(const char* p);
void CreateCustomCommands(cmXCodeObject* buildPhases,
cmXCodeObject* sourceBuildPhase,