diff options
| author | Ryan Saunders <saunders@aggienetwork.com> | 2019-04-10 23:01:37 -0700 |
|---|---|---|
| committer | Ryan Saunders <saunders@aggienetwork.com> | 2019-04-10 23:01:37 -0700 |
| commit | 80965287d1483f98f49ba83e026f022369798990 (patch) | |
| tree | 0473681b55e381eb210e70f51e2369842fed8456 /toolsrc/include | |
| parent | 5a9b14c97823c5402c62184246c8a6856da5d224 (diff) | |
| download | vcpkg-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.h | 1 |
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); } |
