summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/wtf/CMakeLists.txt')
-rw-r--r--JavaScriptCore/wtf/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/JavaScriptCore/wtf/CMakeLists.txt b/JavaScriptCore/wtf/CMakeLists.txt
index 896794e..898d19b 100644
--- a/JavaScriptCore/wtf/CMakeLists.txt
+++ b/JavaScriptCore/wtf/CMakeLists.txt
@@ -2,6 +2,7 @@ SET(WTF_SOURCES
Assertions.cpp
ByteArray.cpp
CurrentTime.cpp
+ DecimalNumber.cpp
FastMalloc.cpp
HashTable.cpp
MainThread.cpp
@@ -16,6 +17,7 @@ SET(WTF_SOURCES
text/AtomicString.cpp
text/CString.cpp
+ text/StringBuilder.cpp
text/StringImpl.cpp
text/StringStatics.cpp
text/WTFString.cpp