PortMidi / portmidi

portmidi is a cross-platform MIDI input/output library
Other
116 stars 31 forks source link

Look for pthreads using the cmake module #9

Closed cryptomilk closed 2 years ago

cryptomilk commented 2 years ago

See https://gitlab.com/libssh/libssh-mirror/-/blob/master/CMakeLists.txt#L83

To link against it use: Threads::Threads

rbdannenberg commented 2 years ago

OK, CMake files are now using find_package(Threads) and Threads::Threads.