Pthread

Introduction

Use the default CMake macros here.

Usage

Simply add to you CMakeLists.txt:

find_package(Threads REQUIRED)

target_link_library(my_lib Threads::Threads)