aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/windows-bootstrap
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-08-13 18:36:33 -0700
committerGitHub <noreply@github.com>2020-08-13 18:36:33 -0700
commit0b5bbe30d940c597242cefa899dc93168054e466 (patch)
treea02a36758c8d4f794194dd37b48a7649fc143ee3 /toolsrc/windows-bootstrap
parent5bb91a9452c2155e8ccd69c88629af24507249d4 (diff)
downloadvcpkg-0b5bbe30d940c597242cefa899dc93168054e466.tar.gz
vcpkg-0b5bbe30d940c597242cefa899dc93168054e466.zip
[vcpkg] Lift `--x-json` to a global option, implement experimental `x-package-info` command (#12845)
* [vcpkg] Improve error reporting in vcpkg::Json * [vcpkg] Lift --x-json to a common option * [vcpkg] Address warnings-as-errors in VS2015 * [vcpkg] Remove unused local * [vcpkg] Extract vcpkg::Install::get_cmake_usage * [vcpkg] Implement vcpkg::serialize_ipv(ipv, paths) * [vcpkg] Implement x-package-info to enable tooling * [vcpkg] Fixup tests to respect new cli mode Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'toolsrc/windows-bootstrap')
-rw-r--r--toolsrc/windows-bootstrap/vcpkglib/vcpkglib.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/windows-bootstrap/vcpkglib/vcpkglib.vcxproj b/toolsrc/windows-bootstrap/vcpkglib/vcpkglib.vcxproj
index 2c980039e..660459024 100644
--- a/toolsrc/windows-bootstrap/vcpkglib/vcpkglib.vcxproj
+++ b/toolsrc/windows-bootstrap/vcpkglib/vcpkglib.vcxproj
@@ -197,6 +197,7 @@
<ClInclude Include="..\..\include\vcpkg\commands.fetch.h" />
<ClInclude Include="..\..\include\vcpkg\commands.format-manifest.h" />
<ClInclude Include="..\..\include\vcpkg\commands.hash.h" />
+ <ClInclude Include="..\..\include\vcpkg\commands.info.h" />
<ClInclude Include="..\..\include\vcpkg\commands.integrate.h" />
<ClInclude Include="..\..\include\vcpkg\commands.interface.h" />
<ClInclude Include="..\..\include\vcpkg\commands.list.h" />
@@ -284,6 +285,7 @@
<ClCompile Include="..\..\src\vcpkg\commands.fetch.cpp" />
<ClCompile Include="..\..\src\vcpkg\commands.format-manifest.cpp" />
<ClCompile Include="..\..\src\vcpkg\commands.hash.cpp" />
+ <ClCompile Include="..\..\src\vcpkg\commands.info.cpp" />
<ClCompile Include="..\..\src\vcpkg\commands.integrate.cpp" />
<ClCompile Include="..\..\src\vcpkg\commands.list.cpp" />
<ClCompile Include="..\..\src\vcpkg\commands.owns.cpp" />