mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06: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:
@ -64,6 +64,7 @@ PUBLIC
|
||||
core
|
||||
PRIVATE
|
||||
png
|
||||
xxhash
|
||||
)
|
||||
|
||||
if(_M_X86)
|
||||
|
Reference in New Issue
Block a user