aboutsummaryrefslogtreecommitdiff
path: root/zencore
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-05-20 12:30:22 +0200
committerGitHub <[email protected]>2021-05-20 12:30:22 +0200
commit13aeb02c9f1a1b2256de62140f5d6ffa092572b3 (patch)
tree67787f435d9224c0b35b8fe64b9f7efdad2541ff /zencore
parentPartial implementation of Jupiter chunk filtering, pending more information a... (diff)
parentUse vcpkg --overlay-ports to handle asio (diff)
downloadzen-13aeb02c9f1a1b2256de62140f5d6ffa092572b3.tar.xz
zen-13aeb02c9f1a1b2256de62140f5d6ffa092572b3.zip
Merge pull request #1 from EpicGames/vcpkg-overlay-ports
Use vcpkg --overlay-ports to handle asio
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>