diff options
| author | Stefan Boberg <[email protected]> | 2021-05-21 16:17:47 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-05-21 16:17:47 +0200 |
| commit | c37f22d2d48fbda1c10df475e2ed01d5f44dd7cb (patch) | |
| tree | 1829df5804aa392b9456699395e953780748bf95 /zencore | |
| parent | WIP structured cache endpoints - tactical check-in not fully functional yet (diff) | |
| parent | Added support for package additional files. Added io hash chunk id to… (#2) (diff) | |
| download | zen-c37f22d2d48fbda1c10df475e2ed01d5f44dd7cb.tar.xz zen-c37f22d2d48fbda1c10df475e2ed01d5f44dd7cb.zip | |
Merge branch 'main' into jupiter-structured
Diffstat (limited to 'zencore')
| -rw-r--r-- | zencore/zencore.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zencore/zencore.vcxproj b/zencore/zencore.vcxproj index c68e922c5..c9d51e0bb 100644 --- a/zencore/zencore.vcxproj +++ b/zencore/zencore.vcxproj @@ -58,10 +58,12 @@ <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <VcpkgEnableManifest>true</VcpkgEnableManifest> <VcpkgUseStatic>true</VcpkgUseStatic> + <VcpkgAdditionalInstallOptions>--overlay-ports=$(SolutionDir)vcpkg_overlay-ports</VcpkgAdditionalInstallOptions> </PropertyGroup> <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <VcpkgEnableManifest>true</VcpkgEnableManifest> <VcpkgUseStatic>true</VcpkgUseStatic> + <VcpkgAdditionalInstallOptions>--overlay-ports=$(SolutionDir)vcpkg_overlay-ports</VcpkgAdditionalInstallOptions> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> |