mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:27:46 +00:00
Everywhere: Add component declarations
This adds component declarations so that users can select to not build certain parts of the OS.
This commit is contained in:
parent
6e094b8dbe
commit
631d36fd98
89 changed files with 535 additions and 8 deletions
|
@ -1,3 +1,10 @@
|
|||
serenity_component(
|
||||
Browser
|
||||
RECOMMENDED
|
||||
TARGETS Browser
|
||||
DEPENDS ImageDecoder RequestServer WebContent WebSocket
|
||||
)
|
||||
|
||||
compile_gml(BrowserWindow.gml BrowserWindowGML.h browser_window_gml)
|
||||
compile_gml(EditBookmark.gml EditBookmarkGML.h edit_bookmark_gml)
|
||||
compile_gml(Tab.gml TabGML.h tab_gml)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue