From ade85d980b54575be56620a885b1dd6844128a63 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 20 Jun 2021 11:13:22 +0100 Subject: [PATCH] FlappyBug: Add missing component declaration The PR for this pre-dates the concept of components, so it was forgotten to add one. --- Userland/Games/FlappyBug/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Userland/Games/FlappyBug/CMakeLists.txt b/Userland/Games/FlappyBug/CMakeLists.txt index dd77a434da..27ea98dede 100644 --- a/Userland/Games/FlappyBug/CMakeLists.txt +++ b/Userland/Games/FlappyBug/CMakeLists.txt @@ -1,3 +1,9 @@ +serenity_component( + FlappyBug + RECOMMENDED + TARGETS FlappyBug +) + set(SOURCES main.cpp Game.cpp