mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 22:25:08 +00:00
16 lines
399 B
CMake
16 lines
399 B
CMake
set(SOURCES
|
|
DisassemblyModel.cpp
|
|
main.cpp
|
|
IndividualSampleModel.cpp
|
|
Process.cpp
|
|
Profile.cpp
|
|
ProfileModel.cpp
|
|
SamplesModel.cpp
|
|
TimelineContainer.cpp
|
|
TimelineHeader.cpp
|
|
TimelineTrack.cpp
|
|
TimelineView.cpp
|
|
)
|
|
|
|
serenity_app(Profiler ICON app-profiler)
|
|
target_link_libraries(Profiler LibGUI LibDesktop LibX86)
|