mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
VideoCommon/Vulkan: Explicitly link in xxhash
Lessens the dependency on the LIBS variable (and also makes the required libraries explicit).
This commit is contained in:
parent
03a6a9b240
commit
b818cc682c
3 changed files with 6 additions and 2 deletions
|
@ -64,6 +64,7 @@ PUBLIC
|
|||
core
|
||||
PRIVATE
|
||||
png
|
||||
xxhash
|
||||
)
|
||||
|
||||
if(_M_X86)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue