We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8404a3d + ffa9822 commit 6b7c8d0Copy full SHA for 6b7c8d0
CMakeLists.txt
@@ -66,6 +66,10 @@ set(CMAKE_LINK_INTERFACE_LIBRARY "")
66
file(GLOB mapcache_SOURCES lib/*.c )
67
68
add_library(mapcache SHARED ${mapcache_SOURCES})
69
+set_target_properties(mapcache PROPERTIES
70
+ VERSION ${MAPCACHE_VERSION_STRING}
71
+ SOVERSION 1
72
+)
73
74
#options suported by the cmake builder
75
option(WITH_PIXMAN "Use pixman for SSE optimized image manipulations" ON)
0 commit comments