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.
1 parent 5b5ca14 commit 1a6d4c4Copy full SHA for 1a6d4c4
CMakeLists.txt
@@ -345,3 +345,6 @@ if (SQLITECPP_BUILD_TESTS)
345
else (SQLITECPP_BUILD_TESTS)
346
message(STATUS "SQLITECPP_BUILD_TESTS OFF")
347
endif (SQLITECPP_BUILD_TESTS)
348
+
349
+# API version for SQLiteCpp shared library.
350
+set_property(TARGET SQLiteCpp PROPERTY SOVERSION 0)
0 commit comments