xiph / vorbis

Reference implementation of the Ogg Vorbis audio format.
BSD 3-Clause "New" or "Revised" License
450 stars 183 forks source link

Set both VERSION and SOVERSION for cmake builds #98

Open robho opened 1 year ago

robho commented 1 year ago

When building with cmake you get a different set of library links compared to when building with autotools.

For cmake builds you don't get libvorbis*.so.X which means that applications trying to load these libraries dynamically will fail.