blob: 7b1e732c4040552095664c8abdde99940b78d643 [file] [log] [blame]
commit-queue@webkit.org6a4e2eb2016-03-13 22:30:13 +00001add_definitions(-DSTATICALLY_LINKED_WITH_WTF)
2
commit-queue@webkit.org6a4e2eb2016-03-13 22:30:13 +00003if (USE_GLIB)
4 list(APPEND JavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES
5 ${GLIB_INCLUDE_DIRS}
6 )
7 list(APPEND JavaScriptCore_LIBRARIES
8 ${GLIB_LIBRARIES}
9 )
10endif ()