diff options
author | Arctic Lampyrid <ArcticLampyrid@outlook.com> | 2024-03-19 03:45:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-03-19 18:55:25 (GMT) |
commit | 6116bcb0663e91fc7fa82718ab5e83a6377e5421 (patch) | |
tree | 484f6e3a16c046264376f2497dfef8ef81dda813 /Source/cmGlobVerificationManager.h | |
parent | f578515d0298d73552c5c2c01a8a4195862cde60 (diff) | |
download | CMake-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.h | 3 |
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(); |