mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
11 lines
200 B
CMake
11 lines
200 B
CMake
set(SOURCES
|
|
main.cpp
|
|
RemoteObject.cpp
|
|
RemoteObjectGraphModel.cpp
|
|
RemoteObjectPropertyModel.cpp
|
|
RemoteProcess.cpp
|
|
)
|
|
|
|
serenity_bin(Inspector)
|
|
target_link_libraries(Inspector LibGUI)
|