mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +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.
11 lines
189 B
CMake
11 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)
|