summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Inspector/CMakeLists.txt
blob: e7735b5ea3ef55f300fd32f2fa82ff8671049d45 (plain)
1
2
3
4
5
6
7
8
9
10
set(SOURCES
    main.cpp
    RemoteObject.cpp
    RemoteObjectGraphModel.cpp
    RemoteObjectPropertyModel.cpp
    RemoteProcess.cpp
)

serenity_app(Inspector ICON app-inspector)
target_link_libraries(Inspector LibDesktop LibGUI)