diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2014-08-25 20:44:06 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2014-08-28 13:13:54 (GMT) |
commit | 328e8694335ca76fb29ebd5fafe4456a89ac25c7 (patch) | |
tree | ebd88c211455ff0a7a1ce8081b1c48bcd01fc214 /Source/cmStringCommand.h | |
parent | c2a47a9ac3fef38d9da6260725708c2246c1b9c1 (diff) | |
download | CMake-328e8694335ca76fb29ebd5fafe4456a89ac25c7.zip CMake-328e8694335ca76fb29ebd5fafe4456a89ac25c7.tar.gz CMake-328e8694335ca76fb29ebd5fafe4456a89ac25c7.tar.bz2 |
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 { |