mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
631d36fd98
This adds component declarations so that users can select to not build certain parts of the OS.
15 lines
220 B
CMake
15 lines
220 B
CMake
serenity_component(
|
|
Breakout
|
|
RECOMMENDED
|
|
TARGETS Breakout
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
Game.cpp
|
|
LevelSelectDialog.cpp
|
|
)
|
|
|
|
serenity_app(Breakout ICON app-breakout)
|
|
target_link_libraries(Breakout LibGUI)
|