summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/CMakeListsEfl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/CMakeListsEfl.txt')
-rw-r--r--JavaScriptCore/CMakeListsEfl.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/JavaScriptCore/CMakeListsEfl.txt b/JavaScriptCore/CMakeListsEfl.txt
index aca73a8..945ad52 100644
--- a/JavaScriptCore/CMakeListsEfl.txt
+++ b/JavaScriptCore/CMakeListsEfl.txt
@@ -1,4 +1,6 @@
LIST(APPEND JavaScriptCore_SOURCES
+ jit/ExecutableAllocatorFixedVMPool.cpp
+ jit/ExecutableAllocatorPosix.cpp
runtime/MarkStackPosix.cpp
)
@@ -8,4 +10,4 @@ LIST(APPEND JavaScriptCore_LIBRARIES
LIST(APPEND JavaScriptCore_LINK_FLAGS
${ECORE_LDFLAGS}
-) \ No newline at end of file
+)