mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-08 15:20:45 +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)
|
||||
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)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user