Title: [191958] trunk
Revision
191958
Author
bfulg...@apple.com
Date
2015-11-03 10:32:09 -0800 (Tue, 03 Nov 2015)

Log Message

[Win] CMake build update.

Rubberstamped by Tim Horton.

* Source/PlatformWin.cmake: Add internal tool to build
rules for internal use.

Modified Paths

Diff

Modified: trunk/ChangeLog (191957 => 191958)


--- trunk/ChangeLog	2015-11-03 18:30:05 UTC (rev 191957)
+++ trunk/ChangeLog	2015-11-03 18:32:09 UTC (rev 191958)
@@ -1,3 +1,12 @@
+2015-11-03  Brent Fulgham  <bfulg...@apple.com>
+
+        [Win] CMake build update.
+
+        Rubberstamped by Tim Horton.
+
+        * Source/PlatformWin.cmake: Add internal tool to build
+        rules for internal use.
+
 2015-11-03  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.

Modified: trunk/Source/PlatformWin.cmake (191957 => 191958)


--- trunk/Source/PlatformWin.cmake	2015-11-03 18:30:05 UTC (rev 191957)
+++ trunk/Source/PlatformWin.cmake	2015-11-03 18:32:09 UTC (rev 191958)
@@ -15,3 +15,8 @@
     add_subdirectory(${CMAKE_SOURCE_DIR}/../Internal/WebKit/WebKitSystemInterface/win ${CMAKE_CURRENT_BINARY_DIR}/WebKitSystemInterface)
     add_subdirectory(${CMAKE_SOURCE_DIR}/../Internal/WebKit/WebKitQuartzCoreAdditions ${CMAKE_CURRENT_BINARY_DIR}/WebKitQuartzCoreAdditions)
 endif ()
+
+if (EXISTS ${CMAKE_SOURCE_DIR}/../Internal/Tools/WKTestBrowser/CMakeLists.txt)
+    add_subdirectory(${CMAKE_SOURCE_DIR}/../Internal/Tools/WKTestBrowser ${CMAKE_CURRENT_BINARY_DIR}/WKTestBrowser)
+endif ()
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to