diff options
Diffstat (limited to 'Userland/Services/WebContent/CMakeLists.txt')
-rw-r--r-- | Userland/Services/WebContent/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Services/WebContent/CMakeLists.txt b/Userland/Services/WebContent/CMakeLists.txt index b712d0487f..5a660ef194 100644 --- a/Userland/Services/WebContent/CMakeLists.txt +++ b/Userland/Services/WebContent/CMakeLists.txt @@ -18,3 +18,4 @@ set(SOURCES serenity_bin(WebContent) target_link_libraries(WebContent LibCore LibIPC LibGfx LibWeb LibMain) +link_with_unicode_data(WebContent) |