1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:38:11 +00:00
serenity/Userland/DevTools/Inspector/CMakeLists.txt
2021-02-23 13:52:16 +01:00

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)