mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
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.
This commit is contained in:
parent
2f8c7b1b30
commit
dd66f5e838
Notes:
sideshowbarker
2024-07-17 03:25:17 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/dd66f5e838 Pull-request: https://github.com/SerenityOS/serenity/pull/16434
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue