diff options
author | Marc Chevrier <marc.chevrier@sap.com> | 2018-03-26 12:32:12 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@sap.com> | 2018-04-16 15:11:53 (GMT) |
commit | dca2347980862d803c182bb5898b5bfaca54aa62 (patch) | |
tree | 2cc95f9ed2d017bc1eddb7446b60b2be3e8f04dc /Source/cmListCommand.h | |
parent | cdae12f8f86730e075598118ebe5fd2f11746af7 (diff) | |
download | CMake-dca2347980862d803c182bb5898b5bfaca54aa62.zip CMake-dca2347980862d803c182bb5898b5bfaca54aa62.tar.gz CMake-dca2347980862d803c182bb5898b5bfaca54aa62.tar.bz2 |
list: Add TRANSFORM 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 d69d8f9..76a9856 100644 --- a/Source/cmListCommand.h +++ b/Source/cmListCommand.h @@ -41,6 +41,7 @@ protected: bool HandleRemoveAtCommand(std::vector<std::string> const& args); bool HandleRemoveItemCommand(std::vector<std::string> const& args); bool HandleRemoveDuplicatesCommand(std::vector<std::string> const& args); + bool HandleTransformCommand(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); |