mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
10 lines
200 B
CMake
10 lines
200 B
CMake
set(SOURCES
|
|
main.cpp
|
|
RemoteObject.cpp
|
|
RemoteObjectGraphModel.cpp
|
|
RemoteObjectPropertyModel.cpp
|
|
RemoteProcess.cpp
|
|
)
|
|
|
|
serenity_bin(Inspector)
|
|
target_link_libraries(Inspector LibGUI)
|