1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:47:46 +00:00

Profiler: Rename from ProfileViewer :^)

This commit is contained in:
Andreas Kling 2020-07-01 19:43:17 +02:00
parent 392b055806
commit 8661af9b72
12 changed files with 6 additions and 6 deletions

View file

@ -0,0 +1,10 @@
set(SOURCES
DisassemblyModel.cpp
main.cpp
Profile.cpp
ProfileModel.cpp
ProfileTimelineWidget.cpp
)
serenity_bin(Profiler)
target_link_libraries(Profiler LibGUI LibX86)