ladybird/DevTools/Profiler/CMakeLists.txt
Andreas Kling e7393bfb7b Profiler: Turn the "choose a process" functionality into a GUI::Dialog
This feels a bit nicer and make it possible to reuse this in other
places as well. :^)
2020-07-02 20:46:59 +02:00

12 lines
242 B
CMake

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