Browse Source
[cmake] do not link discord_impl to httplib
This is unnecessary
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2740/head
crueter
5 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
src/yuzu/CMakeLists.txt
|
|
|
@ -425,7 +425,7 @@ if (USE_DISCORD_PRESENCE) |
|
|
|
discord_impl.cpp |
|
|
|
discord_impl.h |
|
|
|
) |
|
|
|
target_link_libraries(yuzu PRIVATE DiscordRPC::discord-rpc httplib::httplib Qt6::Network) |
|
|
|
target_link_libraries(yuzu PRIVATE DiscordRPC::discord-rpc Qt6::Network) |
|
|
|
target_compile_definitions(yuzu PRIVATE USE_DISCORD_PRESENCE) |
|
|
|
endif() |
|
|
|
|
|
|
|
|