Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
89dea6b67876344adfbd02f76759f54deee45961
/
.
/
Source
/
JavaScriptCore
/
PlatformJSCOnly.cmake
blob: 7b1e732c4040552095664c8abdde99940b78d643 [
file
] [
log
] [
blame
]
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
()