commit-queue@webkit.org | 6a4e2eb | 2016-03-13 22:30:13 +0000 | [diff] [blame] | 1 | add_definitions(-DSTATICALLY_LINKED_WITH_WTF) |
2 | |||||
commit-queue@webkit.org | 6a4e2eb | 2016-03-13 22:30:13 +0000 | [diff] [blame] | 3 | if (USE_GLIB) |
4 | list(APPEND JavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES | ||||
5 | ${GLIB_INCLUDE_DIRS} | ||||
6 | ) | ||||
7 | list(APPEND JavaScriptCore_LIBRARIES | ||||
8 | ${GLIB_LIBRARIES} | ||||
9 | ) | ||||
10 | endif () |