summaryrefslogtreecommitdiff
path: root/Source/WebKit/PlatformWinCE.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/PlatformWinCE.cmake')
-rw-r--r--Source/WebKit/PlatformWinCE.cmake26
1 files changed, 26 insertions, 0 deletions
diff --git a/Source/WebKit/PlatformWinCE.cmake b/Source/WebKit/PlatformWinCE.cmake
new file mode 100644
index 000000000..de6de607e
--- /dev/null
+++ b/Source/WebKit/PlatformWinCE.cmake
@@ -0,0 +1,26 @@
+LIST(APPEND WebKit_INCLUDE_DIRECTORIES
+ "${WEBCORE_DIR}/page/win"
+ "${WEBCORE_DIR}/platform/graphics/wince"
+ "${WEBCORE_DIR}/platform/graphics/win"
+ "${WEBCORE_DIR}/platform/network/win"
+ "${WEBCORE_DIR}/platform/win"
+
+ wince
+ wince/WebCoreSupport
+)
+
+LIST(APPEND WebKit_SOURCES
+ wince/WebView.h
+ wince/WebView.cpp
+
+ wince/WebCoreSupport/ChromeClientWinCE.cpp
+ wince/WebCoreSupport/ContextMenuClientWinCE.cpp
+ wince/WebCoreSupport/DragClientWinCE.cpp
+ wince/WebCoreSupport/EditorClientWinCE.cpp
+ wince/WebCoreSupport/FrameLoaderClientWinCE.cpp
+ wince/WebCoreSupport/FrameNetworkingContextWinCE.cpp
+ wince/WebCoreSupport/InspectorClientWinCE.cpp
+ wince/WebCoreSupport/PlatformStrategiesWinCE.cpp
+)
+
+SET(WebKit_LIBRARY_TYPE STATIC)