mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 16:50:48 +00:00
cmGlobalXCodeGenerator: Migrate legacy makefile path escaping to local helper
Also clarify the name. It does not do any relative path conversion.
This commit is contained in:
@@ -163,7 +163,6 @@ private:
|
||||
std::string RelativeToSource(const std::string& p);
|
||||
std::string RelativeToRootBinary(const std::string& p);
|
||||
std::string RelativeToBinary(const std::string& p);
|
||||
std::string ConvertToRelativeForMake(std::string const& p);
|
||||
void CreateCustomCommands(
|
||||
cmXCodeObject* buildPhases, cmXCodeObject* sourceBuildPhase,
|
||||
cmXCodeObject* headerBuildPhase, cmXCodeObject* resourceBuildPhase,
|
||||
|
||||
Reference in New Issue
Block a user