Title: [113766] trunk
Revision
113766
Author
[email protected]
Date
2012-04-10 14:14:45 -0700 (Tue, 10 Apr 2012)

Log Message

[CMake] Add missing DERIVED_SOURCES_WEBKIT_DIR variable
https://bugs.webkit.org/show_bug.cgi?id=83573

Reviewed by Daniel Bates.

We need this variable when ports want to generate files in the WebKit target.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/CMakeLists.txt (113765 => 113766)


--- trunk/CMakeLists.txt	2012-04-10 21:12:14 UTC (rev 113765)
+++ trunk/CMakeLists.txt	2012-04-10 21:14:45 UTC (rev 113766)
@@ -39,6 +39,7 @@
 SET(DERIVED_SOURCES_DIR "${CMAKE_BINARY_DIR}/DerivedSources")
 SET(DERIVED_SOURCES_JAVASCRIPTCORE_DIR "${CMAKE_BINARY_DIR}/DerivedSources/_javascript_Core")
 SET(DERIVED_SOURCES_WEBCORE_DIR "${CMAKE_BINARY_DIR}/DerivedSources/WebCore")
+SET(DERIVED_SOURCES_WEBKIT_DIR "${CMAKE_BINARY_DIR}/DerivedSources/WebKit")
 SET(DERIVED_SOURCES_WEBKIT2_DIR "${CMAKE_BINARY_DIR}/DerivedSources/WebKit2")
 
 SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/Source/cmake")

Modified: trunk/ChangeLog (113765 => 113766)


--- trunk/ChangeLog	2012-04-10 21:12:14 UTC (rev 113765)
+++ trunk/ChangeLog	2012-04-10 21:14:45 UTC (rev 113766)
@@ -1,5 +1,16 @@
 2012-04-10  Patrick Gansterer  <[email protected]>
 
+        [CMake] Add missing DERIVED_SOURCES_WEBKIT_DIR variable
+        https://bugs.webkit.org/show_bug.cgi?id=83573
+
+        Reviewed by Daniel Bates.
+
+        We need this variable when ports want to generate files in the WebKit target.
+
+        * CMakeLists.txt:
+
+2012-04-10  Patrick Gansterer  <[email protected]>
+
         [CMake] Enable USE_FOLDERS property
         https://bugs.webkit.org/show_bug.cgi?id=83571
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to