mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00

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.
10 lines
189 B
CMake
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)
|