Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorshermp <14854761+shermp@users.noreply.github.com>2022-06-11 05:32:30 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-06-14 02:44:50 +0300
commit6f9e827c4121050ec8b62abed1643b8012c2736d (patch)
tree127eff185d461190aa92481b813da2324a150537 /tests
parent3814172cd43e2b5678a50d4046dd6c74aed845ad (diff)
Enable VCPKG manifest mode
Diffstat (limited to 'tests')
-rw-r--r--tests/vs/tests.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vs/tests.vcxproj b/tests/vs/tests.vcxproj
index ec3c8ced2..8ce524c08 100644
--- a/tests/vs/tests.vcxproj
+++ b/tests/vs/tests.vcxproj
@@ -99,6 +99,9 @@
<ExternalIncludePath>..\..\include;$(ExternalIncludePath)</ExternalIncludePath>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
+ <PropertyGroup Label="Vcpkg">
+ <VcpkgEnableManifest>true</VcpkgEnableManifest>
+ </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>