mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
ENH: Added SystemTools::SplitPath method to split any file path into its basic components.
This commit is contained in:
@@ -166,7 +166,6 @@ protected:
|
||||
std::string ConvertToRelativePath(const char* p);
|
||||
std::string ConvertToRelativeOutputPath(const char* p);
|
||||
virtual void ConfigureOutputPaths();
|
||||
void SplitFullPath(const char* p, std::vector<std::string>& components);
|
||||
bool ComparePath(const char* c1, const char* c2);
|
||||
|
||||
void AppendTargetDepends(std::vector<std::string>& depends,
|
||||
|
||||
Reference in New Issue
Block a user