Files
third_party_vulkan-loader/cmake/FindPthreadStubs.cmake
T
Courtney Goeltzenleuchter 20f29b1d2a misc: switch copyright to Valve
2015-11-04 13:15:18 -07:00

15 lines
335 B
CMake

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