summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/Linux.cmake
blob: 520ddccf7bf89daa8d24b777e1391a69232e1b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
list(APPEND WebCore_INCLUDE_DIRECTORIES
    "${WEBCORE_DIR}/platform/linux"
    "${WEBCORE_DIR}/platform/gamepad/linux"
)

list(APPEND WebCore_SOURCES
    platform/gamepad/linux/GamepadDeviceLinux.cpp

    platform/linux/CurrentProcessMemoryStatus.cpp
    platform/linux/MemoryPressureHandlerLinux.cpp
)