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:
parent
392b055806
commit
8661af9b72
12 changed files with 6 additions and 6 deletions
10
DevTools/Profiler/CMakeLists.txt
Normal file
10
DevTools/Profiler/CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue