X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=JavaScriptCore%2FCMakeLists.txt;h=d0573ad32533607ce0501c5cedaf31fd05e97a13;hp=11cea4a33566803550586758b24fa79f1026d277;hb=ab7f93df7e05649728f2e6008ba55a244ec64b3e;hpb=7d346e3bd87de90a9328df4671a8e078ecfaaec0 diff --git a/JavaScriptCore/CMakeLists.txt b/JavaScriptCore/CMakeLists.txt index 11cea4a33566..d0573ad32533 100644 --- a/JavaScriptCore/CMakeLists.txt +++ b/JavaScriptCore/CMakeLists.txt @@ -11,6 +11,8 @@ check_library_exists(pthread pthread_getattr_np "" HAVE_PTHREAD_GETATTR_NP) include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/pcre + ${CMAKE_CURRENT_SOURCE_DIR}/bindings + ${CMAKE_CURRENT_SOURCE_DIR}/bindings/c ${CMAKE_CURRENT_BINARY_DIR}/kjs ${CMAKE_CURRENT_SOURCE_DIR}/kjs @@ -63,6 +65,17 @@ kde4_add_library(wtf-unity SHARED set(kjs-unity_LIB_SRCS ${kjs-unity_LIB_SRCS} wtf/unicode/qt4/UnicodeQt4.cpp + bindings/NP_jsobject.cpp + bindings/npruntime.cpp + bindings/runtime_array.cpp + bindings/runtime.cpp + bindings/runtime_method.cpp + bindings/runtime_object.cpp + bindings/runtime_root.cpp + bindings/c/c_class.cpp + bindings/c/c_instance.cpp + bindings/c/c_runtime.cpp + bindings/c/c_utility.cpp kjs/JSWrapperObject.cpp kjs/PropertyNameArray.cpp kjs/array_object.cpp