hyperrealm / libconfig

C/C++ library for processing configuration files
https://hyperrealm.github.io/libconfig/
GNU Lesser General Public License v2.1
1.11k stars 362 forks source link

CMake recipes don't version the libraries #147

Closed tastytea closed 3 years ago

tastytea commented 5 years ago

To fix this, this snipped is enough:

set_target_properties((${libname} PROPERTIES
  VERSION ${PROJECT_VERSION}
  SOVERSION ???)

But I couldn't find a source for the SOVERSION anywhere…