From 5e3d8a95b13eda43666439ddf9bb8edc83197070 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Fri, 8 Dec 2017 10:31:00 +0900 Subject: Add SOVERSION To contain library itself and symlink to library in the image, add SOVERSION to CMakeList. Change-Id: I3dc7abc8935dbc5848b741cb8833f2155124518c Signed-off-by: Kazumasa Mitsunari --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 21754ee..c235b81 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -40,6 +40,7 @@ target_link_libraries(${TARGET_LIBSM} afbwsc ${link_libraries} ${libsm_depends_L set_target_properties(${TARGET_LIBSM} PROPERTIES VERSION ${PROJECT_VERSION} + SOVERSION ${MAJOR_VERSION}.${MINER_VERSION} ) if(DEFINED CMAKE_INSTALL_LIBDIR) -- cgit 1.2.3-korg