diff options
| author | Stefan Boberg <[email protected]> | 2021-05-20 14:22:06 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-05-20 14:22:06 +0200 |
| commit | 1cf2d9c75615b5fcbcfa98c85330ed1ff5c13868 (patch) | |
| tree | e56530cf1f7d7816aa4f7c308ce1720522eace80 /zenstore | |
| parent | Attempt at fixing github diff view for 4-space tabs (diff) | |
| parent | Merged from master (diff) | |
| download | zen-1cf2d9c75615b5fcbcfa98c85330ed1ff5c13868.tar.xz zen-1cf2d9c75615b5fcbcfa98c85330ed1ff5c13868.zip | |
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zenstore')
| -rw-r--r-- | zenstore/zenstore.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zenstore/zenstore.vcxproj b/zenstore/zenstore.vcxproj index 4a39e826d..06cb9db32 100644 --- a/zenstore/zenstore.vcxproj +++ b/zenstore/zenstore.vcxproj @@ -77,10 +77,12 @@ <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <VcpkgEnableManifest>true</VcpkgEnableManifest> <VcpkgUseStatic>true</VcpkgUseStatic> + <VcpkgAdditionalInstallOptions>--overlay-ports=$(SolutionDir)vcpkg_overlay-ports</VcpkgAdditionalInstallOptions> </PropertyGroup> <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <VcpkgEnableManifest>true</VcpkgEnableManifest> <VcpkgUseStatic>true</VcpkgUseStatic> + <VcpkgAdditionalInstallOptions>--overlay-ports=$(SolutionDir)vcpkg_overlay-ports</VcpkgAdditionalInstallOptions> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> |