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

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/update
diff options
context:
space:
mode:
authorMACHIZAUD Andréa <andrea.machizaud@gmail.com>2022-04-08 00:27:18 +0300
committerMACHIZAUD Andréa <andrea.machizaud@gmail.com>2022-05-09 11:42:10 +0300
commitadcfe4df35a44ebfec85faf894bed60ea401f4b0 (patch)
tree3520a5cbdc78ff604690b0eebd4a10169cdc4936 /update
parent0a432ed349c22a3adf25f779dd53791acff6eaa0 (diff)
Add Vcpkg manifest + MSBuild integration
Diffstat (limited to 'update')
-rw-r--r--update/build/win32/update.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/update/build/win32/update.vcxproj b/update/build/win32/update.vcxproj
index 0091ba47..9c6d8651 100644
--- a/update/build/win32/update.vcxproj
+++ b/update/build/win32/update.vcxproj
@@ -44,6 +44,9 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
+ <PropertyGroup Label="Vcpkg">
+ <VcpkgEnableManifest>true</VcpkgEnableManifest>
+ </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>