summaryrefslogtreecommitdiff
path: root/Source/cmStateSnapshot.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-11-13 07:01:28 -0500
committerBrad King <brad.king@kitware.com>2018-12-11 12:50:21 -0500
commit03d40110dc791a803345150806ef3a13ba3a0957 (patch)
tree8054a6d07e29e4a9a660e96b4d856f71ee377a7d /Source/cmStateSnapshot.h
parent5751a09092a35554ebdd75ea0aa05c63ec414734 (diff)
downloadcmake-03d40110dc791a803345150806ef3a13ba3a0957.tar.gz
cmStateSnapshot: Add method to get current directory snapshot
Diffstat (limited to 'Source/cmStateSnapshot.h')
-rw-r--r--Source/cmStateSnapshot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStateSnapshot.h b/Source/cmStateSnapshot.h
index 014c62e9d6..c315f4851c 100644
--- a/Source/cmStateSnapshot.h
+++ b/Source/cmStateSnapshot.h
@@ -37,6 +37,7 @@ public:
std::vector<cmStateSnapshot> GetChildren();
bool IsValid() const;
+ cmStateSnapshot GetBuildsystemDirectory() const;
cmStateSnapshot GetBuildsystemDirectoryParent() const;
cmStateSnapshot GetCallStackParent() const;
cmStateSnapshot GetCallStackBottom() const;