Sign in
webkit
/
WebKit
/
7f95c62e08580baf44acb985c9cc26f0a1d7cc40
/
.
/
cmake
/
FindGthread.cmake
blob: 281e657b34e65d15b0aec6005765641cc2c73e9d [
file
] [
log
] [
blame
]
# Find include and libraries for Gthread library
INCLUDE
(
FindPkgConfig
)
PKG_CHECK_MODULES
(
Gthread
REQUIRED gthread
-
2.0
>=
2.20
.
0
)