mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 13:45:51 +00:00
Merge pull request #12920 from TellowKrinkle/XXHashLink
Properly link against xxhash
This commit is contained in:
commit
c4db83ce09
3 changed files with 3 additions and 2 deletions
|
@ -45,7 +45,7 @@ PUBLIC
|
|||
PRIVATE
|
||||
# Link against glslang, the other necessary libraries are referenced by the executable.
|
||||
glslang
|
||||
xxhash
|
||||
xxhash::xxhash
|
||||
)
|
||||
|
||||
if (ANDROID AND _M_ARM_64)
|
||||
|
|
|
@ -214,7 +214,7 @@ PUBLIC
|
|||
PRIVATE
|
||||
fmt::fmt
|
||||
spng::spng
|
||||
xxhash
|
||||
xxhash::xxhash
|
||||
imgui
|
||||
implot
|
||||
glslang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue