diff options
author | Marc Chevrier <marc.chevrier@sap.com> | 2018-03-16 14:12:25 +0100 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-03-21 12:54:53 -0400 |
commit | 768225837db303e8b568e39ade730eea8ac6b573 (patch) | |
tree | 8438f1112f7eae9ee54afbbdd958af55f57e94c2 /Source/cmListCommand.h | |
parent | d41abae70f282c718f3109b7f76644adce41ff37 (diff) | |
download | cmake-768225837db303e8b568e39ade730eea8ac6b573.tar.gz |
list: Add SUBLIST sub-command
Issue: #17823
Diffstat (limited to 'Source/cmListCommand.h')
-rw-r--r-- | Source/cmListCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h index d6870e6629..d69d8f92db 100644 --- a/Source/cmListCommand.h +++ b/Source/cmListCommand.h @@ -42,6 +42,7 @@ protected: bool HandleRemoveItemCommand(std::vector<std::string> const& args); bool HandleRemoveDuplicatesCommand(std::vector<std::string> const& args); bool HandleSortCommand(std::vector<std::string> const& args); + bool HandleSublistCommand(std::vector<std::string> const& args); bool HandleReverseCommand(std::vector<std::string> const& args); bool HandleFilterCommand(std::vector<std::string> const& args); bool FilterRegex(std::vector<std::string> const& args, bool includeMatches, |