Title: [154511] trunk/Tools
Revision
154511
Author
[email protected]
Date
2013-08-23 13:08:42 -0700 (Fri, 23 Aug 2013)

Log Message

Move TestWebKitAPI_LIBRARIES before platform specific cmake include
https://bugs.webkit.org/show_bug.cgi?id=120220

Patch by Thiago de Barros Lacerda <[email protected]> on 2013-08-23
Reviewed by Martin Robinson.

* TestWebKitAPI/CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (154510 => 154511)


--- trunk/Tools/ChangeLog	2013-08-23 20:00:52 UTC (rev 154510)
+++ trunk/Tools/ChangeLog	2013-08-23 20:08:42 UTC (rev 154511)
@@ -1,3 +1,12 @@
+2013-08-23  Thiago de Barros Lacerda  <[email protected]>
+
+        Move TestWebKitAPI_LIBRARIES before platform specific cmake include
+        https://bugs.webkit.org/show_bug.cgi?id=120220
+
+        Reviewed by Martin Robinson.
+
+        * TestWebKitAPI/CMakeLists.txt:
+
 2013-08-22  Filip Pizlo  <[email protected]>
 
         build-jsc --ftl-jit should work

Modified: trunk/Tools/TestWebKitAPI/CMakeLists.txt (154510 => 154511)


--- trunk/Tools/TestWebKitAPI/CMakeLists.txt	2013-08-23 20:00:52 UTC (rev 154510)
+++ trunk/Tools/TestWebKitAPI/CMakeLists.txt	2013-08-23 20:08:42 UTC (rev 154511)
@@ -42,6 +42,11 @@
     gtest
 )
 
+set(TestWebKitAPI_LIBRARIES
+    WTF
+    WebKit2
+)
+
 WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
 
 add_library(TestWebKitAPIInjectedBundle SHARED
@@ -74,11 +79,6 @@
     ${TESTWEBKITAPI_DIR}/Tests/WebKit2/WillSendSubmitEvent_Bundle.cpp
 )
 
-set(TestWebKitAPI_LIBRARIES
-    WTF
-    WebKit2
-)
-
 target_link_libraries(TestWebKitAPIInjectedBundle ${TestWebKitAPI_LIBRARIES})
 add_dependencies(TestWebKitAPIInjectedBundle ${ForwardingHeadersForTestWebKitAPI_NAME} ${ForwardingNetworkHeadersForTestWebKitAPI_NAME})
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to