1# - FindPthreadStubs 2# 3# Copyright (C) 2015 Valve Corporation 4 5find_package(PkgConfig) 6 7pkg_check_modules(PC_PTHREADSTUBS QUIET pthread-stubs) 8 9include(FindPackageHandleStandardArgs) 10find_package_handle_standard_args(PthreadStubs DEFAULT_MSG 11 PC_PTHREADSTUBS_FOUND) 12 13set(PTHREADSTUBS_INCLUDE_DIRS "") 14set(PTHREADSTUBS_LIBRARIES "") 15