mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-03-26 03:00:44 +01:00
Merge 3f987af382
into da86d20b97
This commit is contained in:
commit
5411f4a187
1 changed files with 5 additions and 1 deletions
|
@ -72,7 +72,11 @@ find_package(Catch2 REQUIRED)
|
|||
|
||||
find_package(Tracy REQUIRED)
|
||||
|
||||
find_package(xxHash REQUIRED)
|
||||
find_package(xxHash)
|
||||
if (NOT xxHash_FOUND)
|
||||
pkg_search_module(xxHash REQUIRED IMPORTED_TARGET xxHash libxxhash)
|
||||
add_library(xxHash::xxhash ALIAS PkgConfig::xxHash)
|
||||
endif()
|
||||
|
||||
find_package(Vulkan REQUIRED)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue