summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkleines Filmröllchen <filmroellchen@serenityos.org>2022-12-11 21:40:45 +0100
committerAndrew Kaster <andrewdkaster@gmail.com>2022-12-11 13:59:41 -0700
commitdd66f5e838767c970696e5dea5c3ae6fe7ff5dd3 (patch)
tree4ee7b9b24fffc55cc1e15912580afad94a2d440a
parent2f8c7b1b3094811d61b439f15b272b3a3a09d7f9 (diff)
downloadserenity-dd66f5e838767c970696e5dea5c3ae6fe7ff5dd3.zip
Help: Link to LibLocale
This managed to fly under my radar for the LibManual PR, and somehow it only happens for the Clang build but doesn't always trigger on CI.
-rw-r--r--Userland/Applications/Help/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/Help/CMakeLists.txt b/Userland/Applications/Help/CMakeLists.txt
index 7b037da522..8c9946854d 100644
--- a/Userland/Applications/Help/CMakeLists.txt
+++ b/Userland/Applications/Help/CMakeLists.txt
@@ -19,5 +19,5 @@ set(GENERATED_SOURCES
)
serenity_app(Help ICON app-help)
-target_link_libraries(Help PRIVATE LibCore LibWebView LibWeb LibMarkdown LibGfx LibGUI LibDesktop LibMain LibManual)
+target_link_libraries(Help PRIVATE LibCore LibWebView LibWeb LibMarkdown LibGfx LibGUI LibDesktop LibMain LibManual LibLocale)
link_with_locale_data(Help)