summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/CMakeLists.txt b/Kernel/CMakeLists.txt
index 1ac315a2d8..b0b12804f9 100644
--- a/Kernel/CMakeLists.txt
+++ b/Kernel/CMakeLists.txt
@@ -312,6 +312,8 @@ set(AK_SOURCES
../AK/Time.cpp
../AK/Format.cpp
../AK/UUID.cpp
+ ../AK/Utf8View.cpp
+ ../AK/Utf16View.cpp
)
set(ELF_SOURCES