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)