mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 03:02:27 -05: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)
|