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:
Gunnar Beutner 2021-06-15 15:16:32 +02:00 committed by Andreas Kling
commit 631d36fd98
Notes: sideshowbarker 2024-07-18 12:08:24 +09:00
89 changed files with 535 additions and 8 deletions

View file

@ -1,3 +1,8 @@
serenity_component(
ShellLanguageServer
TARGETS ShellLanguageServer
)
set(SOURCES
ShellComprehensionEngine.cpp
main.cpp