mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 07:47:34 +00:00
10 lines
219 B
CMake
10 lines
219 B
CMake
set(SOURCES
|
|
DisassemblyModel.cpp
|
|
main.cpp
|
|
Profile.cpp
|
|
ProfileModel.cpp
|
|
ProfileTimelineWidget.cpp
|
|
)
|
|
|
|
serenity_app(Profiler ICON app-profiler)
|
|
target_link_libraries(Profiler LibGUI LibX86 LibCoreDump)
|