Maratyszcza / pthreadpool

Portable (POSIX/Windows/Emscripten) thread pool for C/C++
BSD 2-Clause "Simplified" License
342 stars 132 forks source link

Add .pc file for better discoverablity #20

Open cireu opened 2 years ago

cireu commented 2 years ago

pthreadpool lacks a pthreadpool.pc pkg-config file for the build system like CMake and Meson to find it as an external dependencies.

If pthreadpool only use cmake, I can help add it. But I don't know how to work with bazel and confu