diff options
| author | Stefan Boberg <[email protected]> | 2021-05-21 16:20:49 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-05-21 16:20:49 +0200 |
| commit | 8bdf5286eab1b7b2aeff8ce69cfaf0d6bc2f0017 (patch) | |
| tree | 547be6cf1ce1dd5bc8a88c2ed3a7dcb54e3664e7 /zencore | |
| parent | Added Oid::operator bool for "null" checking (diff) | |
| parent | Merge branch 'main' into jupiter-structured (diff) | |
| download | zen-8bdf5286eab1b7b2aeff8ce69cfaf0d6bc2f0017.tar.xz zen-8bdf5286eab1b7b2aeff8ce69cfaf0d6bc2f0017.zip | |
Merge branch 'jupiter-structured' of https://github.com/EpicGames/zen 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> |