mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
10 lines
230 B
CMake
10 lines
230 B
CMake
set(SOURCES
|
|
main.cpp
|
|
RemoteObject.cpp
|
|
RemoteObjectGraphModel.cpp
|
|
RemoteObjectPropertyModel.cpp
|
|
RemoteProcess.cpp
|
|
)
|
|
|
|
serenity_app(Inspector ICON app-inspector)
|
|
target_link_libraries(Inspector LibDesktop LibGUI)
|