summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/wince/CMakeListsWinCE.txt
blob: de6de607ea36b22eef1c27bf3d4a68a48feea433 (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
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)