We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a863e5e commit 4f1e152Copy full SHA for 4f1e152
CMakeLists.txt
@@ -118,7 +118,9 @@ if(NOT MSVC)
118
target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra -Wno-pedantic)
119
endif()
120
121
-set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
+set_target_properties(${PROJECT_NAME}
122
+ PROPERTIES PREFIX ""
123
+ SOVERSION ${VERSION})
124
125
if(CLANG_TIDY_EXE)
126
set_target_properties(${PROJECT_NAME} PROPERTIES CXX_CLANG_TIDY "${CLANG_TIDY_EXE}")
0 commit comments