1# Find include and libraries for Gthread library 2 3INCLUDE(FindPkgConfig) 4PKG_CHECK_MODULES (Gthread REQUIRED gthread-2.0>=2.20.0) 5