jrmadsen / PTL

Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task queue
MIT License
40 stars 13 forks source link

pkgconfig: Use Libs.private for "-pthread" flag. #22

Closed badshah400 closed 2 years ago

badshah400 commented 2 years ago

Fixes #21.

jrmadsen commented 2 years ago

@badshah400 Oh could you also bump the version (in VERSION) to 2.2.1

badshah400 commented 2 years ago

@badshah400 Oh could you also bump the version (in VERSION) to 2.2.1

Done. Many thanks for your quick responses and suggestions.