Merge b512cd3cfdc47a9684ea3cf1208a0c7ac921d0dc into 963aa9f3e5ce81a4682c6ca3d136cddda614db33
This commit is contained in:
commit
842e9e3ba4
@ -1,5 +1,6 @@
|
||||
cmake_minimum_required (VERSION 3.2.0)
|
||||
project (DiscordRPC)
|
||||
set(DRPC_VERSION 3.4.0)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user