Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: add version information to the library (google#161)
On Linux systems, libraries need to be installed with attached version information so other packages can depend on specific versions and make sure they don't compile against a version they're not compatible with This change installs libs2.so.0.10.0 with appropriate symlinks as libs2.so.0 and libs2.so. Do note that for new future versions, the version in CMakeLists.txt will have to be updated as well.
- Loading branch information