aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg.cpp
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-07-31 11:53:42 -0700
committerGitHub <noreply@github.com>2020-07-31 11:53:42 -0700
commit56fffbe49dfb4dd8fae0940f272c5fd2b86be991 (patch)
tree089a1e7d10c178d5f5aa916bd7127304b6aa9378 /toolsrc/src/vcpkg.cpp
parent37f7d69757d7e52e21a391710fdbd3ef17f2540a (diff)
downloadvcpkg-56fffbe49dfb4dd8fae0940f272c5fd2b86be991.tar.gz
vcpkg-56fffbe49dfb4dd8fae0940f272c5fd2b86be991.zip
[vcpkg] Refactor Commands: Part 1 (#12585)
* Rename commands.exportifw.cpp -> export.ifw.cpp * move DryRun from commands.h -> commands.interface.h * move vcpkgcmdarguments and vcpkgpaths over to commands.interface.h * move vcpkg::Commands::BuildExternal -> commands.buildexternal.h * add commands.*.h for the commands.*.cpp * move vcpkg::Commands::* to commands.*.h * move vcpkg::Commands::{Hash,Fetch} to their own files * change include commands.h -> commands.*.h in commands.*.cpp * remove commands.*.h from commands.h * join vcpkg::Commands::* into one namespace line * fix vcxproj build
Diffstat (limited to 'toolsrc/src/vcpkg.cpp')
-rw-r--r--toolsrc/src/vcpkg.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/src/vcpkg.cpp b/toolsrc/src/vcpkg.cpp
index 40ccb1668..2bfa3f508 100644
--- a/toolsrc/src/vcpkg.cpp
+++ b/toolsrc/src/vcpkg.cpp
@@ -8,7 +8,9 @@
#include <vcpkg/base/system.print.h>
#include <vcpkg/base/system.process.h>
+#include <vcpkg/commands.contact.h>
#include <vcpkg/commands.h>
+#include <vcpkg/commands.version.h>
#include <vcpkg/globalstate.h>
#include <vcpkg/help.h>
#include <vcpkg/input.h>