aboutsummaryrefslogtreecommitdiff
path: root/zencore
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-05-20 14:07:02 +0200
committerStefan Boberg <[email protected]>2021-05-20 14:07:02 +0200
commit13f29372ccf31997bc0d71984b911d96ee01bba5 (patch)
treefc9a47895c62fc7109f932a9d5dce2718a7a38e7 /zencore
parentAdded tentative Jupiter structured data endpoints (diff)
parentUpdate README.md (diff)
downloadzen-13f29372ccf31997bc0d71984b911d96ee01bba5.tar.xz
zen-13f29372ccf31997bc0d71984b911d96ee01bba5.zip
Merged from master
Diffstat (limited to 'zencore')
-rw-r--r--zencore/zencore.vcxproj2
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>