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

serenity_bin(Inspector)
target_link_libraries(Inspector LibGUI)