aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-05 14:20:49 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-05 14:20:49 -0700
commit84ed16743988051b2e41cb5c66409370e6a6d5fe (patch)
tree21786223238b20b159ecce8d866dfb76ab91348b /toolsrc/include
parentcf44582b9f234df47f0fc6347d06d0302a3f65da (diff)
downloadvcpkg-84ed16743988051b2e41cb5c66409370e6a6d5fe.tar.gz
vcpkg-84ed16743988051b2e41cb5c66409370e6a6d5fe.zip
Introduce `vcpkg depend-info` command
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h
index 227c44379..db15a10fd 100644
--- a/toolsrc/include/vcpkg_Commands.h
+++ b/toolsrc/include/vcpkg_Commands.h
@@ -86,6 +86,11 @@ namespace vcpkg::Commands
void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
}
+ namespace DependInfo
+ {
+ void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
+ }
+
namespace Search
{
void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);