Skip to content

Commit 1a6d4c4

Browse files
committed
Added SOVERSION field for shared library.
Signed-off-by: Vitaly Zaitsev <[email protected]>
1 parent 5b5ca14 commit 1a6d4c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,6 @@ if (SQLITECPP_BUILD_TESTS)
345345
else (SQLITECPP_BUILD_TESTS)
346346
message(STATUS "SQLITECPP_BUILD_TESTS OFF")
347347
endif (SQLITECPP_BUILD_TESTS)
348+
349+
# API version for SQLiteCpp shared library.
350+
set_property(TARGET SQLiteCpp PROPERTY SOVERSION 0)

0 commit comments

Comments
 (0)