diff options
Diffstat (limited to 'Userland/Libraries/LibJS/CMakeLists.txt')
-rw-r--r-- | Userland/Libraries/LibJS/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/CMakeLists.txt b/Userland/Libraries/LibJS/CMakeLists.txt index a7bf6d0ba8..befb3c7d8b 100644 --- a/Userland/Libraries/LibJS/CMakeLists.txt +++ b/Userland/Libraries/LibJS/CMakeLists.txt @@ -88,6 +88,9 @@ set(SOURCES Runtime/GlobalObject.cpp Runtime/IndexedProperties.cpp Runtime/Intl/AbstractOperations.cpp + Runtime/Intl/Collator.cpp + Runtime/Intl/CollatorConstructor.cpp + Runtime/Intl/CollatorPrototype.cpp Runtime/Intl/DateTimeFormat.cpp Runtime/Intl/DateTimeFormatConstructor.cpp Runtime/Intl/DateTimeFormatFunction.cpp |