Skip to content

Commit

Permalink
Merge pull request #231 from xvitaly/add-soversion
Browse files Browse the repository at this point in the history
Added SOVERSION field for shared library
  • Loading branch information
SRombauts authored Nov 25, 2019
2 parents ddcc042 + 1a6d4c4 commit 8329e7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8329e7a

Please sign in to comment.