mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #12920 from TellowKrinkle/XXHashLink
Properly link against xxhash
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user