https://bugs.webkit.org/show_bug.cgi?id=120220
Patch by Thiago de Barros Lacerda <thiago.lacerda@openbossa.org> on 2013-08-23
Reviewed by Martin Robinson.
* TestWebKitAPI/CMakeLists.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@154511
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-08-23 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
+
+ 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 <fpizlo@apple.com>
build-jsc --ftl-jit should work
gtest
)
+set(TestWebKitAPI_LIBRARIES
+ WTF
+ WebKit2
+)
+
WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
add_library(TestWebKitAPIInjectedBundle SHARED
${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})