Skip to content

Commit

Permalink
Add binarycaching.(h|cpp) to project files
Browse files Browse the repository at this point in the history
  • Loading branch information
vicroms committed Feb 12, 2020
1 parent 3d841c9 commit b9273da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toolsrc/src/vcpkg/binarycaching.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "pch.h"

#include <vcpkg/base/checks.h>
#include <vcpkg/base/files.h>
#include <vcpkg/base/system.print.h>
Expand Down
2 changes: 2 additions & 0 deletions toolsrc/vcpkglib/vcpkglib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
<ClInclude Include="..\include\vcpkg\base\util.h" />
<ClInclude Include="..\include\vcpkg\base\view.h" />
<ClInclude Include="..\include\vcpkg\base\zstringview.h" />
<ClInclude Include="..\include\vcpkg\binarycaching.h" />
<ClInclude Include="..\include\vcpkg\binaryparagraph.h" />
<ClInclude Include="..\include\vcpkg\build.h" />
<ClInclude Include="..\include\vcpkg\cmakevars.h" />
Expand Down Expand Up @@ -228,6 +229,7 @@
<ClCompile Include="..\src\vcpkg\base\system.cpp" />
<ClCompile Include="..\src\vcpkg\base\system.print.cpp" />
<ClCompile Include="..\src\vcpkg\base\system.process.cpp" />
<ClCompile Include="..\src\vcpkg\binarycaching.cpp" />
<ClCompile Include="..\src\vcpkg\binaryparagraph.cpp" />
<ClCompile Include="..\src\vcpkg\build.cpp" />
<ClCompile Include="..\src\vcpkg\cmakevars.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions toolsrc/vcpkglib/vcpkglib.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@
<ClCompile Include="..\src\vcpkg\base\system.process.cpp">
<Filter>Source Files\vcpkg\base</Filter>
</ClCompile>
<ClCompile Include="..\src\vcpkg\binarycaching.cpp">
<Filter>Source Files\vcpkg</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\include\pch.h">
Expand Down Expand Up @@ -434,5 +437,8 @@
<ClInclude Include="..\include\vcpkg\textrowcol.h">
<Filter>Header Files\vcpkg</Filter>
</ClInclude>
<ClInclude Include="..\include\vcpkg\binarycaching.h">
<Filter>Header Files\vcpkg</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit b9273da

Please sign in to comment.