Browse Source

qt: add missing target_link_libraries for discordrpc

pull/15/merge
Nguyen Marc 2 years ago
parent
commit
22e4add562
No known key found for this signature in database GPG Key ID: 529D0EC3EA377F13
  1. 2
      src/yuzu/CMakeLists.txt

2
src/yuzu/CMakeLists.txt

@ -384,7 +384,7 @@ if (USE_DISCORD_PRESENCE)
discord_impl.cpp
discord_impl.h
)
target_link_libraries(yuzu PRIVATE DiscordRPC::discord-rpc httplib::httplib)
target_link_libraries(yuzu PRIVATE DiscordRPC::discord-rpc httplib::httplib Qt${QT_MAJOR_VERSION}::Network)
target_compile_definitions(yuzu PRIVATE -DUSE_DISCORD_PRESENCE)
endif()

Loading…
Cancel
Save