mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +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
Notes:
sideshowbarker
2024-07-18 12:08:24 +09:00
Author: https://github.com/gunnarbeutner
Commit: 631d36fd98
Pull-request: https://github.com/SerenityOS/serenity/pull/8066
Issue: https://github.com/SerenityOS/serenity/issues/8048
89 changed files with 535 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
serenity_component(
|
||||
ShellLanguageServer
|
||||
TARGETS ShellLanguageServer
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
ShellComprehensionEngine.cpp
|
||||
main.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue