mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 16:35:06 +00:00
10 lines
199 B
CMake
10 lines
199 B
CMake
set(SOURCES
|
|
DisassemblyModel.cpp
|
|
main.cpp
|
|
Profile.cpp
|
|
ProfileModel.cpp
|
|
ProfileTimelineWidget.cpp
|
|
)
|
|
|
|
serenity_bin(ProfileViewer)
|
|
target_link_libraries(ProfileViewer LibGUI LibX86)
|