mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Merge pull request #9305 from r-burns/discord
Exclude Discord RPC lib from installation
This commit is contained in:
commit
dbc0fd1d89
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue