From 0534a68c6cf0ebc430c75d1e77fecc28e9cacdd5 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Thu, 26 May 2022 21:09:08 +0200 Subject: [PATCH] Welcome: Depend on Help --- Userland/Applications/Welcome/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Applications/Welcome/CMakeLists.txt b/Userland/Applications/Welcome/CMakeLists.txt index f9c86973b4..4e9050865a 100644 --- a/Userland/Applications/Welcome/CMakeLists.txt +++ b/Userland/Applications/Welcome/CMakeLists.txt @@ -1,6 +1,7 @@ serenity_component( Welcome TARGETS Welcome + DEPENDS Help ) compile_gml(WelcomeWindow.gml WelcomeWindowGML.h welcome_window_gml)