summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/PlatformJSCOnly.cmake
blob: 7b1e732c4040552095664c8abdde99940b78d643 (plain)
1
2
3
4
5
6
7
8
9
10
add_definitions(-DSTATICALLY_LINKED_WITH_WTF)

if (USE_GLIB)
    list(APPEND JavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES
        ${GLIB_INCLUDE_DIRS}
    )
    list(APPEND JavaScriptCore_LIBRARIES
        ${GLIB_LIBRARIES}
    )
endif ()