1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +00:00

LibGUI: Add a search box to filter EmojiInputDialog by code point names

This commit is contained in:
Timothy Flynn 2022-09-06 10:59:44 -04:00 committed by Linus Groh
parent a885406511
commit eeb7b153a2
4 changed files with 33 additions and 6 deletions

View file

@ -136,4 +136,4 @@ set(GENERATED_SOURCES
)
serenity_lib(LibGUI gui)
target_link_libraries(LibGUI LibCore LibGfx LibIPC LibThreading LibRegex LibSyntax LibConfig)
target_link_libraries(LibGUI LibCore LibGfx LibIPC LibThreading LibRegex LibSyntax LibConfig LibUnicode)