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:
Linus Groh 2021-06-20 11:13:22 +01:00
parent 8f6ac0db1c
commit ade85d980b
Notes: sideshowbarker 2024-07-18 11:59:20 +09:00

View file

@ -1,3 +1,9 @@
serenity_component(
FlappyBug
RECOMMENDED
TARGETS FlappyBug
)
set(SOURCES
main.cpp
Game.cpp