Skip to content

Commit 6b7c8d0

Browse files
committed
Merge pull request #84 from sebastic/branch-1-2
Use versioned SONAME for libmapcache.
2 parents 8404a3d + ffa9822 commit 6b7c8d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ set(CMAKE_LINK_INTERFACE_LIBRARY "")
6666
file(GLOB mapcache_SOURCES lib/*.c )
6767

6868
add_library(mapcache SHARED ${mapcache_SOURCES})
69+
set_target_properties(mapcache PROPERTIES
70+
VERSION ${MAPCACHE_VERSION_STRING}
71+
SOVERSION 1
72+
)
6973

7074
#options suported by the cmake builder
7175
option(WITH_PIXMAN "Use pixman for SSE optimized image manipulations" ON)

0 commit comments

Comments
 (0)