aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorRyan Saunders <saunders@aggienetwork.com>2019-04-10 23:01:37 -0700
committerRyan Saunders <saunders@aggienetwork.com>2019-04-10 23:01:37 -0700
commit80965287d1483f98f49ba83e026f022369798990 (patch)
tree0473681b55e381eb210e70f51e2369842fed8456 /toolsrc/include
parent5a9b14c97823c5402c62184246c8a6856da5d224 (diff)
downloadvcpkg-80965287d1483f98f49ba83e026f022369798990.tar.gz
vcpkg-80965287d1483f98f49ba83e026f022369798990.zip
Add --no-recurse switch to depend-info command.
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/commands.h1
1 files changed, 1 insertions, 0 deletions
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);
}