diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-05 14:20:49 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-05 14:20:49 -0700 |
| commit | 84ed16743988051b2e41cb5c66409370e6a6d5fe (patch) | |
| tree | 21786223238b20b159ecce8d866dfb76ab91348b /toolsrc/vcpkglib | |
| parent | cf44582b9f234df47f0fc6347d06d0302a3f65da (diff) | |
| download | vcpkg-84ed16743988051b2e41cb5c66409370e6a6d5fe.tar.gz vcpkg-84ed16743988051b2e41cb5c66409370e6a6d5fe.zip | |
Introduce `vcpkg depend-info` command
Diffstat (limited to 'toolsrc/vcpkglib')
| -rw-r--r-- | toolsrc/vcpkglib/vcpkglib.vcxproj | 1 | ||||
| -rw-r--r-- | toolsrc/vcpkglib/vcpkglib.vcxproj.filters | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj b/toolsrc/vcpkglib/vcpkglib.vcxproj index de1f05ad9..1a8dd975b 100644 --- a/toolsrc/vcpkglib/vcpkglib.vcxproj +++ b/toolsrc/vcpkglib/vcpkglib.vcxproj @@ -185,6 +185,7 @@ <ClCompile Include="..\include\VersionT.cpp" /> <ClCompile Include="..\src\BinaryParagraph.cpp" /> <ClCompile Include="..\src\commands_ci.cpp" /> + <ClCompile Include="..\src\commands_depends.cpp" /> <ClCompile Include="..\src\commands_env.cpp" /> <ClCompile Include="..\src\LineInfo.cpp" /> <ClCompile Include="..\src\ParagraphParseResult.cpp" /> diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj.filters b/toolsrc/vcpkglib/vcpkglib.vcxproj.filters index 909681fd5..b51958c57 100644 --- a/toolsrc/vcpkglib/vcpkglib.vcxproj.filters +++ b/toolsrc/vcpkglib/vcpkglib.vcxproj.filters @@ -180,6 +180,9 @@ <ClCompile Include="..\src\VcpkgPaths.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\src\commands_depends.cpp"> + <Filter>Source Files</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\include\SourceParagraph.h"> |
