diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-19 14:26:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-24 18:05:37 (GMT) |
commit | ae026f5458c5c919031a41310321ae26cd56fae0 (patch) | |
tree | a72fa236bccdbfd231659a1c5e868068f899defa /Source/cmState.h | |
parent | f4150bd88d80f4a236ea5b0d648d8cc3122092fc (diff) | |
download | CMake-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.h | 2 |
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; |