diff options
Diffstat (limited to 'zencore-test/zencore-test.vcxproj')
| -rw-r--r-- | zencore-test/zencore-test.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zencore-test/zencore-test.vcxproj b/zencore-test/zencore-test.vcxproj index 77a4397fe..42e373ab6 100644 --- a/zencore-test/zencore-test.vcxproj +++ b/zencore-test/zencore-test.vcxproj @@ -54,10 +54,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> |