mirror of
https://github.com/Retropex/dolphin.git
synced 2025-06-02 23:42:32 +02:00
Merge pull request #9305 from r-burns/discord
Exclude Discord RPC lib from installation
This commit is contained in:
commit
dbc0fd1d89
@ -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…
Reference in New Issue
Block a user