Add some library versioning

discord-rpc silently changed ABI between v3.0.0 and v3.4.0.
This requires DT_SONAME changes. Implement something that fulfills
the tagging requirements for distributions.
This commit is contained in:
Jan Engelhardt
2022-06-20 14:14:34 +02:00
parent 963aa9f3e5
commit b512cd3cfd
2 changed files with 2 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ if(UNIX)
endif(APPLE)
add_library(discord-rpc ${BASE_RPC_SRC})
set_target_properties(discord-rpc PROPERTIES SOVERSION ${DRPC_VERSION})
target_link_libraries(discord-rpc PUBLIC pthread)
if (APPLE)