mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
11 lines
199 B
CMake
11 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)
|