]> git.saurik.com Git - apple/javascriptcore.git/blob - shell/PlatformBlackBerry.cmake
JavaScriptCore-1218.33.tar.gz
[apple/javascriptcore.git] / shell / PlatformBlackBerry.cmake
1 FIND_STAGING_LIBRARY(SLOG2_LIBRARY slog2)
2 list(APPEND JSC_LIBRARIES
3 ${ICUI18N_LIBRARY}
4 ${ICUUC_LIBRARY}
5 ${INTL_LIBRARY} # Required for x86 builds
6 ${M_LIBRARY}
7 ${Screen_LIBRARY}
8 ${WebKitPlatform_LIBRARY}
9 ${SLOG2_LIBRARY}
10 )
11
12 if (PROFILING)
13 list(APPEND JSC_LIBRARIES
14 ${PROFILING_LIBRARY}
15 )
16 endif ()