diff options
author | Brad King <brad.king@kitware.com> | 2015-08-27 14:04:07 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-08-27 14:04:07 (GMT) |
commit | 6904b6efdc2ea35c3490ba33cb352b03ea3085f5 (patch) | |
tree | 1108c7e561412f01acf5bfa744d526a8656ee47b /Source/cmState.h | |
parent | a97bb6ae3f70febd207ef2373287237249f082e5 (diff) | |
parent | 867b5be8b89c9b4f18ea604e1c61a154d0335c4c (diff) | |
download | CMake-6904b6efdc2ea35c3490ba33cb352b03ea3085f5.zip CMake-6904b6efdc2ea35c3490ba33cb352b03ea3085f5.tar.gz CMake-6904b6efdc2ea35c3490ba33cb352b03ea3085f5.tar.bz2 |
Merge topic 'rm-cmLocalGenerator-Children'
867b5be8 cmLocalGenerator: Remove unused Children member.
6c832219 cmLocalGenerator: Implement child traversal in terms of cmState.
3fcf3837 Makefiles: Remove valueless cast.
223f4a66 cmLocalGenerator: Simplify condition.
ae026f54 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 d683068..3099384 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; |