diff options
author | Sorab <sohorhab.azizdel@outlook.com> | 2023-02-03 15:49:29 +1100 |
---|---|---|
committer | Sorab <sohorhab.azizdel@outlook.com> | 2023-02-05 12:40:57 +1100 |
commit | 923c17f1ae36ab7ed4666230282b303d70734f2e (patch) | |
tree | db1dcad5190db82a48f247151a139c5e7031ad71 /src/yuzu/CMakeLists.txt | |
parent | 159aab9a97529c85b114794b73911311a6b94abc (diff) |
Add Game Icon for Discord RPC
Connected to Yuzu Compatibility Page
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index dfc675cc8..06d982d9b 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -353,7 +353,7 @@ if (USE_DISCORD_PRESENCE) discord_impl.cpp discord_impl.h ) - target_link_libraries(yuzu PRIVATE DiscordRPC::discord-rpc) + target_link_libraries(yuzu PRIVATE DiscordRPC::discord-rpc httplib::httplib) target_compile_definitions(yuzu PRIVATE -DUSE_DISCORD_PRESENCE) endif() |