mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Merge pull request #231 from xvitaly/add-soversion
Added SOVERSION field for shared library
This commit is contained in:
commit
8329e7a9e4
@ -351,3 +351,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