dougbinks / enkiTS

A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.
zlib License
1.66k stars 138 forks source link

Add soname to shared library #107

Closed bkmgit closed 5 months ago

bkmgit commented 7 months ago

It is helpful to add a soname to the shared library to enable detection of compatibility and breaking changes.

dougbinks commented 5 months ago

Closed, many thanks for the issue and PR.