summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobVerificationManager.h
diff options
context:
space:
mode:
authorArctic Lampyrid <ArcticLampyrid@outlook.com>2024-03-19 03:45:58 (GMT)
committerBrad King <brad.king@kitware.com>2024-03-19 18:55:25 (GMT)
commit6116bcb0663e91fc7fa82718ab5e83a6377e5421 (patch)
tree484f6e3a16c046264376f2497dfef8ef81dda813 /Source/cmGlobVerificationManager.h
parentf578515d0298d73552c5c2c01a8a4195862cde60 (diff)
downloadCMake-6116bcb0663e91fc7fa82718ab5e83a6377e5421.zip
CMake-6116bcb0663e91fc7fa82718ab5e83a6377e5421.tar.gz
CMake-6116bcb0663e91fc7fa82718ab5e83a6377e5421.tar.bz2
fileapi: Add CONFIGURE_DEPENDS glob info to cmakeFiles object
Fixes: #25668 Co-authored-by: Brad King <brad.king@kitware.com>
Diffstat (limited to 'Source/cmGlobVerificationManager.h')
-rw-r--r--Source/cmGlobVerificationManager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobVerificationManager.h b/Source/cmGlobVerificationManager.h
index b7d8168..e9c519b 100644
--- a/Source/cmGlobVerificationManager.h
+++ b/Source/cmGlobVerificationManager.h
@@ -33,6 +33,9 @@ protected:
const std::string& variable,
const cmListFileBacktrace& bt, cmMessenger* messenger);
+ //! Get all cache entries
+ std::vector<cmGlobCacheEntry> GetCacheEntries() const;
+
//! Clear the glob cache for state reset.
void Reset();