mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
Exclude Discord RPC lib from installation
This vendored library does not need to be installed, as it is statically linked in.
This commit is contained in:
parent
b148b56fba
commit
aefbf9c445
@ -794,7 +794,7 @@ endif()
|
|||||||
|
|
||||||
if(USE_DISCORD_PRESENCE)
|
if(USE_DISCORD_PRESENCE)
|
||||||
message(STATUS "Using static DiscordRPC from Externals")
|
message(STATUS "Using static DiscordRPC from Externals")
|
||||||
add_subdirectory(Externals/discord-rpc)
|
add_subdirectory(Externals/discord-rpc EXCLUDE_FROM_ALL)
|
||||||
include_directories(Externals/discord-rpc/include)
|
include_directories(Externals/discord-rpc/include)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user