diff options
Diffstat (limited to 'Source/JavaScriptCore/PlatformEfl.cmake')
-rw-r--r-- | Source/JavaScriptCore/PlatformEfl.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/PlatformEfl.cmake b/Source/JavaScriptCore/PlatformEfl.cmake index 448834cf7..78a3a1f17 100644 --- a/Source/JavaScriptCore/PlatformEfl.cmake +++ b/Source/JavaScriptCore/PlatformEfl.cmake @@ -1,6 +1,8 @@ LIST(APPEND JavaScriptCore_SOURCES jit/ExecutableAllocatorFixedVMPool.cpp jit/ExecutableAllocator.cpp + + runtime/MemoryStatistics.cpp ) LIST(APPEND JavaScriptCore_LIBRARIES |