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.
2 parents ddcc042 + 1a6d4c4 commit 8329e7aCopy full SHA for 8329e7a
CMakeLists.txt
@@ -351,3 +351,6 @@ if (SQLITECPP_BUILD_TESTS)
351
else (SQLITECPP_BUILD_TESTS)
352
message(STATUS "SQLITECPP_BUILD_TESTS OFF")
353
endif (SQLITECPP_BUILD_TESTS)
354
+
355
+# API version for SQLiteCpp shared library.
356
+set_property(TARGET SQLiteCpp PROPERTY SOVERSION 0)
0 commit comments