diff options
| author | Stefan Boberg <[email protected]> | 2021-05-20 14:07:02 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-05-20 14:07:02 +0200 |
| commit | 13f29372ccf31997bc0d71984b911d96ee01bba5 (patch) | |
| tree | fc9a47895c62fc7109f932a9d5dce2718a7a38e7 /zenstore | |
| parent | Added tentative Jupiter structured data endpoints (diff) | |
| parent | Update README.md (diff) | |
| download | zen-13f29372ccf31997bc0d71984b911d96ee01bba5.tar.xz zen-13f29372ccf31997bc0d71984b911d96ee01bba5.zip | |
Merged from master
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> |