| find_library(COCOA_LIBRARY Cocoa) |
| find_library(COREFOUNDATION_LIBRARY CoreFoundation) |
| find_library(READLINE_LIBRARY Readline) |
| list(APPEND JavaScriptCore_LIBRARIES |
| ${COREFOUNDATION_LIBRARY} |
| list(APPEND JavaScriptCore_SOURCES |
| API/JSAPIWrapperObject.mm |
| API/ObjCCallbackFunction.mm |
| inspector/remote/RemoteInspector.mm |
| inspector/remote/RemoteInspectorDebuggable.cpp |
| inspector/remote/RemoteInspectorDebuggableConnection.mm |
| inspector/remote/RemoteInspectorXPCConnection.mm |
| add_definitions(-DSTATICALLY_LINKED_WITH_WTF) |