]>
Commit | Line | Data |
---|---|---|
14957cd0 A |
1 | LIST(APPEND JavaScriptCore_SOURCES |
2 | jit/ExecutableAllocatorFixedVMPool.cpp | |
3 | jit/ExecutableAllocator.cpp | |
4 | heap/MarkStackPosix.cpp | |
5 | wtf/OSAllocatorPosix.cpp | |
6 | ) | |
7 | ||
8 | LIST(APPEND JavaScriptCore_LIBRARIES | |
9 | ${ICU_I18N_LIBRARIES} | |
10 | ) | |
11 | ||
12 | IF (ENABLE_GLIB_SUPPORT) | |
13 | LIST(APPEND JavaScriptCore_INCLUDE_DIRECTORIES | |
14 | ${JAVASCRIPTCORE_DIR}/wtf/gobject | |
15 | ) | |
16 | ENDIF () | |
17 | ||
18 | LIST(APPEND JavaScriptCore_LINK_FLAGS | |
19 | ${ECORE_LDFLAGS} | |
20 | ) |