summaryrefslogtreecommitdiffstats
path: root/Source/cmListCommand.h
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@sap.com>2018-03-19 14:06:52 (GMT)
committerMarc Chevrier <marc.chevrier@sap.com>2018-03-20 13:28:17 (GMT)
commita58158727be4585f9fd71449e9cc9e801c59a009 (patch)
tree833d347cc669950b33e7afbc57a31be63ad3d405 /Source/cmListCommand.h
parentd8826406aa343580fb4436058c205581da377d37 (diff)
downloadCMake-a58158727be4585f9fd71449e9cc9e801c59a009.zip
CMake-a58158727be4585f9fd71449e9cc9e801c59a009.tar.gz
CMake-a58158727be4585f9fd71449e9cc9e801c59a009.tar.bz2
list(): add `JOIN` sub-command
Diffstat (limited to 'Source/cmListCommand.h')
-rw-r--r--Source/cmListCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h
index 2965399..d6870e6 100644
--- a/Source/cmListCommand.h
+++ b/Source/cmListCommand.h
@@ -37,6 +37,7 @@ protected:
bool HandleAppendCommand(std::vector<std::string> const& args);
bool HandleFindCommand(std::vector<std::string> const& args);
bool HandleInsertCommand(std::vector<std::string> const& args);
+ bool HandleJoinCommand(std::vector<std::string> const& args);
bool HandleRemoveAtCommand(std::vector<std::string> const& args);
bool HandleRemoveItemCommand(std::vector<std::string> const& args);
bool HandleRemoveDuplicatesCommand(std::vector<std::string> const& args);