git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f51b208e798024578959a96d7fcabff4d72afd5e
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
Linux.cmake
1
list(APPEND WebCore_INCLUDE_DIRECTORIES
2
"${WEBCORE_DIR}/platform/linux"
3
"${WEBCORE_DIR}/platform/gamepad/linux"
4
)
5
6
list(APPEND WebCore_SOURCES
7
platform/gamepad/linux/GamepadDeviceLinux.cpp
8
platform/linux/MemoryPressureHandlerLinux.cpp
9
)