mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
e7393bfb7b
This feels a bit nicer and make it possible to reuse this in other places as well. :^)
12 lines
242 B
CMake
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)
|