cburstedde / libsc

The "sc" auxiliary library
www.p4est.org/
GNU Lesser General Public License v2.1
36 stars 34 forks source link

Cmake soversion #111

Closed scivision closed 1 year ago

scivision commented 1 year ago

CMake build with SOVERSION

Following up on issue https://github.com/cburstedde/p4est/issues/174

This populates target libsc VERSION, that also populates shared library SOVERSION. This allows for a future integer SOVERSION if ever desired.

fixes https://github.com/cburstedde/p4est/issues/174

example: cmake -DBUILD_SHARED_LIBS=on on Linux results in binaries: libsc.so libsc.so.2.8.3.999