summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorArctic Lampyrid <ArcticLampyrid@outlook.com>2024-03-19 03:32:22 (GMT)
committerArctic Lampyrid <ArcticLampyrid@outlook.com>2024-03-19 18:30:53 (GMT)
commitf578515d0298d73552c5c2c01a8a4195862cde60 (patch)
tree0416ee0be88c6d0261bf80fe6b4d6ffad66318a3 /Source/cmake.h
parentc61bbf48c5593633c46938545085d991cb953a69 (diff)
downloadCMake-f578515d0298d73552c5c2c01a8a4195862cde60.zip
CMake-f578515d0298d73552c5c2c01a8a4195862cde60.tar.gz
CMake-f578515d0298d73552c5c2c01a8a4195862cde60.tar.bz2
cmGlobCacheEntry: Add helper to carry CONFIGURE_DEPENDS glob cache arguments
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index ccf5154..3647a11 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -53,6 +53,7 @@ class cmMakefile;
class cmMessenger;
class cmVariableWatch;
struct cmBuildOptions;
+struct cmGlobCacheEntry;
/** \brief Represents a cmake invocation.
*
@@ -351,10 +352,7 @@ public:
bool DoWriteGlobVerifyTarget() const;
std::string const& GetGlobVerifyScript() const;
std::string const& GetGlobVerifyStamp() const;
- void AddGlobCacheEntry(bool recurse, bool listDirectories,
- bool followSymlinks, const std::string& relative,
- const std::string& expression,
- const std::vector<std::string>& files,
+ void AddGlobCacheEntry(const cmGlobCacheEntry& entry,
const std::string& variable,
cmListFileBacktrace const& bt);