summaryrefslogtreecommitdiff
path: root/chromium/third_party/angle/third_party/vulkan-loader/src/cmake/FindPthreadStubs.cmake
blob: 063bbe5160a2c36eb1b01ad14abdfe293fcbbf50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# - FindPthreadStubs
#
# Copyright (C) 2015 Valve Corporation

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 "")