summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-04 17:42:32 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-06 07:15:56 (GMT)
commit8680520feab8421f79c9762f1d3b6b92384c0b1e (patch)
treed25bd2de7776635ce0243a2a98cf3d2fe8fc9f5a /Source/cmMakefile.h
parent6d7abb6326d422dabdf72e8486b492ac20f8b347 (diff)
downloadCMake-8680520feab8421f79c9762f1d3b6b92384c0b1e.zip
CMake-8680520feab8421f79c9762f1d3b6b92384c0b1e.tar.gz
CMake-8680520feab8421f79c9762f1d3b6b92384c0b1e.tar.bz2
cmMakefile: Make the cmState::Snapshot accessible.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 431ed08..fa9f23d 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -819,6 +819,8 @@ public:
void ClearMatches();
void StoreMatches(cmsys::RegularExpression& re);
+ cmState::Snapshot GetStateSnapshot() const;
+
protected:
// add link libraries and directories to the target
void AddGlobalLinkInformation(const std::string& name, cmTarget& target);