mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
631d36fd98
This adds component declarations so that users can select to not build certain parts of the OS.
16 lines
305 B
CMake
16 lines
305 B
CMake
serenity_component(
|
|
Inspector
|
|
RECOMMENDED
|
|
TARGETS Inspector
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
RemoteObject.cpp
|
|
RemoteObjectGraphModel.cpp
|
|
RemoteObjectPropertyModel.cpp
|
|
RemoteProcess.cpp
|
|
)
|
|
|
|
serenity_app(Inspector ICON app-inspector)
|
|
target_link_libraries(Inspector LibDesktop LibGUI)
|