General Documentation
Python API
CMake API
Use the default CMake macros here.
Simply add to you CMakeLists.txt:
find_package(Threads REQUIRED) target_link_library(my_lib Threads::Threads)