glew-cmake/build
Claudio e7bf0f70b3
Add VERSION and SOVERSION number to shared libraries
With this commit, when building or installing `glew`, VERSION and
SOVERSION symlinks to the `glew` shared library are created in the
library installation folder if the platform supports them and the linker
supports so-names.
VERSION and SOVERSION specify, respectively, the build version and API
version of the shared library.

As an example, under macOS, the following symlinks will be created:
libGLEW.2.0.0.dylib                      (the shared library)
libGLEW.2.0.dylib -> libGLEW.2.0.0.dylib (VERSION symlink)
libGLEW.dylib -> libGLEW.2.0.dylib       (SOVERSION symlink)

Fixes #141
2017-04-23 19:24:12 +02:00
..
cmake Add VERSION and SOVERSION number to shared libraries 2017-04-23 19:24:12 +02:00
vc6 Remove standard library dependency from older VS project files as well. 2016-02-15 17:22:07 -05:00
vc10 Remove standard library dependency from older VS project files as well. 2016-02-15 17:22:07 -05:00
vc12 Remove standard library dependency from older VS project files as well. 2016-02-15 17:22:07 -05:00