1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:58:11 +00:00
serenity/DevTools/Profiler/CMakeLists.txt
thankyouverycool 6448f94372 DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI
Moves ProcessChooser and RunningProcessesModel to LibGUI and
generalizes their construction for use by other apps. Updates
Profiler to reflect the change and use its new icons.
2020-07-28 16:29:36 +02:00

10 lines
189 B
CMake

set(SOURCES
DisassemblyModel.cpp
main.cpp
Profile.cpp
ProfileModel.cpp
ProfileTimelineWidget.cpp
)
serenity_bin(Profiler)
target_link_libraries(Profiler LibGUI LibX86)