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
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2020-04-02 13:35:31 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2020-04-02 13:35:42 +0300
commit430aa5564dccca3432906daf85c1f0da8497d6c2 (patch)
tree36ada0f810669a441345038f5dca03b70fc4c067 /capture
parent252e02ba2ebf62a1b832eadf643302c4bf3fa71a (diff)
Add missing vcpkg triplets.
Diffstat (limited to 'capture')
-rw-r--r--capture/build/win32/capture.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture/build/win32/capture.vcxproj b/capture/build/win32/capture.vcxproj
index 6f4ea4ba..d0d59fd2 100644
--- a/capture/build/win32/capture.vcxproj
+++ b/capture/build/win32/capture.vcxproj
@@ -23,6 +23,7 @@
<ProjectGuid>{447D58BF-94CD-4469-BB90-549C05D03E00}</ProjectGuid>
<RootNamespace>capture</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+ <VcpkgTriplet>x64-windows-static</VcpkgTriplet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">