summaryrefslogtreecommitdiff
path: root/Source/WebKit/PlatformWinCE.cmake
blob: f9c3ec87ee564e5a6a18fd63b1f06ae865be9d5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
list(APPEND WebKit_INCLUDE_DIRECTORIES
    "${WEBCORE_DIR}/accessibility/win"
    "${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)