diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-22 10:16:46 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-22 10:16:46 -0400 |
commit | c9eaf72567b13cd587e9d5d1d1b0ad17e43a274f (patch) | |
tree | 9c952d0c8bb8135997e44fcfbeff644e81e8417f /Source/cmListCommand.h | |
parent | 6f7bb4d826863ba9f0996a12854ed2ff61915b13 (diff) | |
download | cmake-c9eaf72567b13cd587e9d5d1d1b0ad17e43a274f.tar.gz |
BUG: Add missing API
Diffstat (limited to 'Source/cmListCommand.h')
-rw-r--r-- | Source/cmListCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h index 2989a63a99..486ff8d99b 100644 --- a/Source/cmListCommand.h +++ b/Source/cmListCommand.h @@ -93,6 +93,8 @@ protected: bool HandleInsertCommand(std::vector<std::string> const& args); bool HandleRemoveAtCommand(std::vector<std::string> const& args); bool HandleRemoveItemCommand(std::vector<std::string> const& args); + bool HandleSortCommand(std::vector<std::string> const& args); + bool HandleReverseCommand(std::vector<std::string> const& args); bool GetList(std::vector<std::string>& list, const char* var); |