mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
17 lines
313 B
CMake
17 lines
313 B
CMake
serenity_component(
|
|
Inspector
|
|
RECOMMENDED
|
|
TARGETS Inspector
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
RemoteObject.cpp
|
|
RemoteObjectGraphModel.cpp
|
|
RemoteObjectPropertyModel.cpp
|
|
RemoteProcess.cpp
|
|
)
|
|
|
|
serenity_app(Inspector ICON app-inspector)
|
|
target_link_libraries(Inspector LibDesktop LibGUI LibMain)
|