mirror of
https://github.com/darlinghq/darling-JavaScriptCore.git
synced 2025-04-09 18:31:13 +00:00
11 lines
236 B
CMake
11 lines
236 B
CMake
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 ()
|