Build: Use shared discord-rpc

This commit is contained in:
Stenzek
2024-07-04 14:23:11 +10:00
parent f35397cf8d
commit 00d2d862c2
8 changed files with 7 additions and 40 deletions

View File

@ -17,6 +17,7 @@ find_package(PNG 1.6.40 REQUIRED)
find_package(JPEG REQUIRED) # No version because flatpak uses libjpeg-turbo.
find_package(Freetype 2.11.1 REQUIRED)
find_package(cpuinfo REQUIRED)
find_package(DiscordRPC 3.4.0 REQUIRED)
if(NOT WIN32)
find_package(CURL REQUIRED)