diff options
| author | sdcb <sdflysha@qq.com> | 2016-10-20 13:03:58 +0800 |
|---|---|---|
| committer | sdcb <sdflysha@qq.com> | 2016-10-20 13:03:58 +0800 |
| commit | 2b8bdeb0441c9fb83fc79bf10a761d1bf11cd287 (patch) | |
| tree | bf2c24d11941d43b32ddd0f2c06dca7f34d7adf2 /toolsrc/include | |
| parent | cb0d924ec3fcc4fa6ee7db75a522c697ee5035e1 (diff) | |
| download | vcpkg-2b8bdeb0441c9fb83fc79bf10a761d1bf11cd287.tar.gz vcpkg-2b8bdeb0441c9fb83fc79bf10a761d1bf11cd287.zip | |
Add hash file support.
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h index 978519820..dc4699dc0 100644 --- a/toolsrc/include/vcpkg_Commands.h +++ b/toolsrc/include/vcpkg_Commands.h @@ -35,6 +35,7 @@ namespace vcpkg void version_command(const vcpkg_cmd_arguments& args); void contact_command(const vcpkg_cmd_arguments& args); + void hash_command(const vcpkg_cmd_arguments& args); using command_type_a = void(*)(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths, const triplet& default_target_triplet); using command_type_b = void(*)(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths); |
