Enable exact shared object version for backend libs

This commit is contained in:
Martchus 2016-10-22 21:01:32 +02:00
parent ba3db70604
commit 3841e891d5
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ set(META_APP_CATEGORIES "Utility;Network;")
set(META_VERSION_MAJOR 0)
set(META_VERSION_MINOR 0)
set(META_VERSION_PATCH 3)
set(META_VERSION_EXACT_SONAME ON)
project(${META_PROJECT_NAME})