aboutsummaryrefslogtreecommitdiff
path: root/zencore-test
diff options
context:
space:
mode:
authorJoe Kirchoff <[email protected]>2021-05-19 13:53:00 -0700
committerJoe Kirchoff <[email protected]>2021-05-19 13:53:00 -0700
commit6ec3ca923809c9d7099b0b279fb0044b4e7e9a01 (patch)
tree67787f435d9224c0b35b8fe64b9f7efdad2541ff /zencore-test
parentPartial implementation of Jupiter chunk filtering, pending more information a... (diff)
downloadzen-6ec3ca923809c9d7099b0b279fb0044b4e7e9a01.tar.xz
zen-6ec3ca923809c9d7099b0b279fb0044b4e7e9a01.zip
Use vcpkg --overlay-ports to handle asio
Diffstat (limited to 'zencore-test')
-rw-r--r--zencore-test/zencore-test.vcxproj2
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>