summaryrefslogtreecommitdiffstats
path: root/Source/cmState.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-19 14:26:49 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-24 18:05:37 (GMT)
commitae026f5458c5c919031a41310321ae26cd56fae0 (patch)
treea72fa236bccdbfd231659a1c5e868068f899defa /Source/cmState.h
parentf4150bd88d80f4a236ea5b0d648d8cc3122092fc (diff)
downloadCMake-ae026f5458c5c919031a41310321ae26cd56fae0.zip
CMake-ae026f5458c5c919031a41310321ae26cd56fae0.tar.gz
CMake-ae026f5458c5c919031a41310321ae26cd56fae0.tar.bz2
cmState: Store Children states in parent state.
Diffstat (limited to 'Source/cmState.h')
-rw-r--r--Source/cmState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmState.h b/Source/cmState.h
index e503cd2..a488c62 100644
--- a/Source/cmState.h
+++ b/Source/cmState.h
@@ -65,6 +65,8 @@ public:
void SetListFile(std::string const& listfile);
std::string GetExecutionListFile() const;
+
+ std::vector<Snapshot> GetChildren();
std::string GetEntryPointCommand() const;
long GetEntryPointLine() const;