forked from isis-project/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathCMakeListsEfl.txt
More file actions
40 lines (36 loc) · 979 Bytes
/
Copy pathCMakeListsEfl.txt
File metadata and controls
40 lines (36 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
LIST(APPEND JavaScriptCore_SOURCES
jit/ExecutableAllocatorFixedVMPool.cpp
jit/ExecutableAllocator.cpp
)
LIST(APPEND JavaScriptCore_LIBRARIES
${ICU_I18N_LIBRARIES}
)
IF (ENABLE_GLIB_SUPPORT)
LIST(APPEND JavaScriptCore_INCLUDE_DIRECTORIES
${JAVASCRIPTCORE_DIR}/wtf/gobject
)
ENDIF ()
LIST(APPEND JavaScriptCore_LINK_FLAGS
${ECORE_LDFLAGS}
)
IF (ENABLE_DFG_JIT)
LIST(APPEND JavaScriptCore_INCLUDE_DIRECTORIES
${JAVASCRIPTCORE_DIR}/dfg
)
LIST(APPEND JavaScriptCore_SOURCES
dfg/DFGByteCodeParser.cpp
dfg/DFGCapabilities.cpp
dfg/DFGDriver.cpp
dfg/DFGGraph.cpp
dfg/DFGJITCodeGenerator.cpp
dfg/DFGJITCodeGenerator32_64.cpp
dfg/DFGJITCompiler.cpp
dfg/DFGJITCompiler32_64.cpp
dfg/DFGOperations.cpp
dfg/DFGOSREntry.cpp
dfg/DFGPropagator.cpp
dfg/DFGRepatch.cpp
dfg/DFGSpeculativeJIT.cpp
dfg/DFGSpeculativeJIT32_64.cpp
)
ENDIF ()