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:39:44 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-02 16:40:51 +0300
commit889e643d2a9d78c08997797b0bfd269056fe796a (patch)
tree13eecd64af11c9d8f3cdca6266ade40cf99c4cf2 /profiler
parent9fb618c12d1a1ed4411496adda9e59e530c2d1af (diff)
Extract ranges 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 597b225a..1d17f678 100644
--- a/profiler/build/win32/Tracy.vcxproj
+++ b/profiler/build/win32/Tracy.vcxproj
@@ -155,6 +155,7 @@
<ClCompile Include="..\..\..\server\TracyView_Options.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Playback.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Plots.cpp" />
+ <ClCompile Include="..\..\..\server\TracyView_Ranges.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Samples.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Statistics.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Timeline.cpp" />
diff --git a/profiler/build/win32/Tracy.vcxproj.filters b/profiler/build/win32/Tracy.vcxproj.filters
index c923c3c9..5fdda040 100644
--- a/profiler/build/win32/Tracy.vcxproj.filters
+++ b/profiler/build/win32/Tracy.vcxproj.filters
@@ -321,6 +321,9 @@
<ClCompile Include="..\..\..\server\TracyView_Timeline.cpp">
<Filter>server</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\server\TracyView_Ranges.cpp">
+ <Filter>server</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\common\tracy_lz4.hpp">