mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Added SOVERSION field for shared library.
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
This commit is contained in:
parent
5b5ca1471b
commit
1a6d4c44b1
@ -345,3 +345,6 @@ if (SQLITECPP_BUILD_TESTS)
|
||||
else (SQLITECPP_BUILD_TESTS)
|
||||
message(STATUS "SQLITECPP_BUILD_TESTS OFF")
|
||||
endif (SQLITECPP_BUILD_TESTS)
|
||||
|
||||
# API version for SQLiteCpp shared library.
|
||||
set_property(TARGET SQLiteCpp PROPERTY SOVERSION 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user