diff options
author | Brad King <brad.king@kitware.com> | 2014-09-02 14:43:16 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-09-02 14:43:16 (GMT) |
commit | 3db5e31ec12b3fa410aaf18d8b460af969c05381 (patch) | |
tree | adc9b3a82e4ea67662d8613455556356bf81ab2e /Source/cmStringCommand.h | |
parent | 14cdf5971e8d25a7f7dfe3163de8d46e8ec8ea22 (diff) | |
parent | 87e476e8e40c66ebbde356b9194acc0b21edf640 (diff) | |
download | CMake-3db5e31ec12b3fa410aaf18d8b460af969c05381.zip CMake-3db5e31ec12b3fa410aaf18d8b460af969c05381.tar.gz CMake-3db5e31ec12b3fa410aaf18d8b460af969c05381.tar.bz2 |
Merge topic 'string-uuid'
87e476e8 Help: Add notes for topic 'string-uuid'
328e8694 StringUuid: Implement new string(UUID) sub-command.
Diffstat (limited to 'Source/cmStringCommand.h')
-rw-r--r-- | Source/cmStringCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h index 8292e64..9c75095 100644 --- a/Source/cmStringCommand.h +++ b/Source/cmStringCommand.h @@ -74,6 +74,7 @@ protected: bool HandleTimestampCommand(std::vector<std::string> const& args); bool HandleMakeCIdentifierCommand(std::vector<std::string> const& args); bool HandleGenexStripCommand(std::vector<std::string> const& args); + bool HandleUuidCommand(std::vector<std::string> const& args); class RegexReplacement { |