mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 12:58:05 +03: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:
parent
02e1b94149
commit
cab6e7c12e
3 changed files with 3 additions and 2 deletions
1
Externals/xxhash/CMakeLists.txt
vendored
1
Externals/xxhash/CMakeLists.txt
vendored
|
@ -6,3 +6,4 @@ target_include_directories(xxhash
|
|||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/xxHash
|
||||
)
|
||||
add_library(xxhash::xxhash ALIAS xxhash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue