forked from eden-emu/eden
[cmake] do not link discord_impl to httplib (#2740)
This is unnecessary Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: eden-emu/eden#2740
This commit is contained in:
parent
11200714e8
commit
2f88463203
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue