summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/Linux.cmake
blob: 6583ff865ddf361df01b201d5e3324b42e0af6e9 (plain)
1
2
3
4
5
6
7
8
list(APPEND WebCore_INCLUDE_DIRECTORIES
    "${WEBCORE_DIR}/platform/linux"
)

list(APPEND WebCore_SOURCES
    platform/linux/GamepadDeviceLinux.cpp
    platform/linux/MemoryPressureHandlerLinux.cpp
)