1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:27: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:
Linus Groh 2021-06-20 11:13:22 +01:00
parent 8f6ac0db1c
commit ade85d980b

View file

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