diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-07-31 11:53:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-31 11:53:42 -0700 |
| commit | 56fffbe49dfb4dd8fae0940f272c5fd2b86be991 (patch) | |
| tree | 089a1e7d10c178d5f5aa916bd7127304b6aa9378 /toolsrc/src/vcpkg-test | |
| parent | 37f7d69757d7e52e21a391710fdbd3ef17f2540a (diff) | |
| download | vcpkg-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-test')
| -rw-r--r-- | toolsrc/src/vcpkg-test/commands.create.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg-test/commands.create.cpp b/toolsrc/src/vcpkg-test/commands.create.cpp index 4d8b2fd50..0cc93bd57 100644 --- a/toolsrc/src/vcpkg-test/commands.create.cpp +++ b/toolsrc/src/vcpkg-test/commands.create.cpp @@ -2,7 +2,7 @@ #include <vcpkg/base/files.h> -#include <vcpkg/commands.h> +#include <vcpkg/commands.create.h> #include <vcpkg/vcpkgcmdarguments.h> #include <vcpkg/vcpkgpaths.h> |
