glew/build/cmake
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
..
testbuild cmake: allow calling find_package(GLEW) multiple times 2015-11-17 21:27:49 +10:00
CMakeLists.txt Add VERSION and SOVERSION number to shared libraries 2017-04-23 19:24:12 +02:00
CopyImportedTargetProperties.cmake cmake: install config-module 2015-06-22 14:06:50 +02:00
glew-config.cmake More cmake migrate for removal of MX 2015-12-06 12:49:28 +10:00