mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
FlappyBug: Add missing component declaration
The PR for this pre-dates the concept of components, so it was forgotten to add one.
This commit is contained in:
parent
8f6ac0db1c
commit
ade85d980b
Notes:
sideshowbarker
2024-07-18 11:59:20 +09:00
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
serenity_component(
|
||||
FlappyBug
|
||||
RECOMMENDED
|
||||
TARGETS FlappyBug
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
Game.cpp
|
||||
|
|
Loading…
Reference in a new issue