summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-09-20 14:54:29 (GMT)
committerBrad King <brad.king@kitware.com>2001-09-20 14:54:29 (GMT)
commit65ef85320a900c620f235fddc17ae2a6068ec75d (patch)
tree8dc6841de28a34c7536bff6bdf8d217c9f92d8f2 /Source/cmSystemTools.h
parentee86c59cba8884879e94361044dd8d4359abfd6e (diff)
downloadCMake-65ef85320a900c620f235fddc17ae2a6068ec75d.zip
CMake-65ef85320a900c620f235fddc17ae2a6068ec75d.tar.gz
CMake-65ef85320a900c620f235fddc17ae2a6068ec75d.tar.bz2
ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths (like /foo/bar/*).
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index e50e425..b724bc7 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -226,6 +226,7 @@ public:
static bool FileIsDirectory(const char* name);
static void Glob(const char *directory, const char *regexp,
std::vector<std::string>& files);
+ static void GlobDirs(const char *fullPath, std::vector<std::string>& files);
static std::string GetCurrentWorkingDirectory();
static std::string GetProgramPath(const char*);