From 3841e891d542e7c6ce0046a4edd63cc186038833 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 22 Oct 2016 21:01:32 +0200 Subject: [PATCH] Enable exact shared object version for backend libs --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e90b07..2a30f68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})