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@nereid.pl>2022-07-02 16:24:09 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-02 16:24:09 +0300
commitc2728fde04752bcb1084f7cdbd3206ef7b6c6aa8 (patch)
tree9b070b79a72a500d0248c396215a8410ac803b93 /profiler
parent10205f90b4ea63bb68fe7af80114e81bf3db4df2 (diff)
Extract locks UI from View.
Diffstat (limited to 'profiler')
-rw-r--r--profiler/build/win32/Tracy.vcxproj1
-rw-r--r--profiler/build/win32/Tracy.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/profiler/build/win32/Tracy.vcxproj b/profiler/build/win32/Tracy.vcxproj
index df509ee0..0da1387f 100644
--- a/profiler/build/win32/Tracy.vcxproj
+++ b/profiler/build/win32/Tracy.vcxproj
@@ -146,6 +146,7 @@
<ClCompile Include="..\..\..\server\TracyView_FindZone.cpp" />
<ClCompile Include="..\..\..\server\TracyView_FrameOverview.cpp" />
<ClCompile Include="..\..\..\server\TracyView_FrameTree.cpp" />
+ <ClCompile Include="..\..\..\server\TracyView_Locks.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Memory.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Messages.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Navigation.cpp" />
diff --git a/profiler/build/win32/Tracy.vcxproj.filters b/profiler/build/win32/Tracy.vcxproj.filters
index 02e485b6..e5b11729 100644
--- a/profiler/build/win32/Tracy.vcxproj.filters
+++ b/profiler/build/win32/Tracy.vcxproj.filters
@@ -309,6 +309,9 @@
<ClCompile Include="..\..\..\server\TracyView_Messages.cpp">
<Filter>server</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\server\TracyView_Locks.cpp">
+ <Filter>server</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\common\tracy_lz4.hpp">