Changeset 193617 in webkit


Ignore:
Timestamp:
Dec 7, 2015 1:11:30 AM (8 years ago)
Author:
Philippe Normand
Message:

[GTK][Mac] libWebExtensionTest link error
https://bugs.webkit.org/show_bug.cgi?id=150802

Reviewed by Carlos Garcia Campos.

  • TestWebKitAPI/Tests/WebKit2Gtk/CMakeLists.txt: add dependencies to the webextension library.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r193607 r193617  
     12015-12-07  Philippe Normand  <pnormand@igalia.com>
     2
     3        [GTK][Mac] libWebExtensionTest link error
     4        https://bugs.webkit.org/show_bug.cgi?id=150802
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * TestWebKitAPI/Tests/WebKit2Gtk/CMakeLists.txt: add dependencies to the webextension library.
     9
    1102015-12-06  David Kilzer  <ddkilzer@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Gtk/CMakeLists.txt

    r190660 r193617  
    6767        LIBRARY_OUTPUT_DIRECTORY ${TEST_LIBRARY_DIR}
    6868    )
     69    target_link_libraries(${extension_name}
     70        JavaScriptCore
     71        WebKit2
     72        ${GLIB_LIBRARIES}
     73    )
    6974endmacro()
    7075
Note: See TracChangeset for help on using the changeset viewer.