w32-pthreadsConfig.cmake.in 443 B

123456789101112131415
  1. # - Config file for the w32-pthreads package
  2. # It defines the following variables
  3. # THREADS_INCLUDE_DIRS
  4. # THREADS_LIBRARIES
  5. set(W32_PTHREADS_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
  6. # Cleanup possible relative paths
  7. get_filename_component(W32_PTHREADS_INCLUDE_DIRS "${THREADS_INCLUDE_DIRS}" ABSOLUTE)
  8. if(NOT TARGET w32-pthreads)
  9. include("${CMAKE_CURRENT_LIST_DIR}/w32-pthreadsTarget.cmake")
  10. endif()
  11. set(W32_PTHREADS_LIBRARIES w32-pthreads)