From 80965287d1483f98f49ba83e026f022369798990 Mon Sep 17 00:00:00 2001 From: Ryan Saunders Date: Wed, 10 Apr 2019 23:01:37 -0700 Subject: Add --no-recurse switch to depend-info command. --- toolsrc/include/vcpkg/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg/commands.h b/toolsrc/include/vcpkg/commands.h index fd7d832b3..6a94b389a 100644 --- a/toolsrc/include/vcpkg/commands.h +++ b/toolsrc/include/vcpkg/commands.h @@ -55,6 +55,7 @@ namespace vcpkg::Commands namespace DependInfo { + extern const CommandStructure COMMAND_STRUCTURE; void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths); } -- cgit v1.2.3