mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +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
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…
Add table
Add a link
Reference in a new issue