mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Properly link against xxhash
Things using dolphin_find_optional_system_library need to link against the name used there or they won't work with both the system and bundled cases
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