diff options
| author | TellowKrinkle <tellowkrinkle@gmail.com> | 2024-07-06 16:56:44 -0500 |
|---|---|---|
| committer | TellowKrinkle <tellowkrinkle@gmail.com> | 2024-07-06 16:56:44 -0500 |
| commit | cab6e7c12e280be05995655ea9a3a458466dd849 (patch) | |
| tree | b4931769493f89ed0f275ba8e5a1cdc3ffb3d9c1 /Source/Core/VideoCommon | |
| parent | 02e1b9414909db1644562b3669967feff203460f (diff) | |
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
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/CMakeLists.txt b/Source/Core/VideoCommon/CMakeLists.txt index 89ec66d048..e24680185e 100644 --- a/Source/Core/VideoCommon/CMakeLists.txt +++ b/Source/Core/VideoCommon/CMakeLists.txt @@ -214,7 +214,7 @@ PUBLIC PRIVATE fmt::fmt spng::spng - xxhash + xxhash::xxhash imgui implot glslang |
