This commit is contained in:
Jan Engelhardt
2022-06-20 14:18:51 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
cmake_minimum_required (VERSION 3.2.0)
project (DiscordRPC)
set(DRPC_VERSION 3.4.0)
include(GNUInstallDirs)

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)