blob: 4fe83000c59a6617bcdaeebcef9bea353265e629 [file] [log] [blame]
# - FindPthreadStubs
#
# Copyright 2015 LunarG, Inc.
find_package(PkgConfig)
pkg_check_modules(PC_PTHREADSTUBS QUIET pthread-stubs)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(PthreadStubs DEFAULT_MSG
PC_PTHREADSTUBS_FOUND)
set(PTHREADSTUBS_INCLUDE_DIRS "")
set(PTHREADSTUBS_LIBRARIES "")