Merge pull request #6833 from abouvier/unbundle
cmake: prefer system libraries
This commit is contained in:
commit
3b19f741bd
18 changed files with 209 additions and 86 deletions
|
@ -824,7 +824,7 @@ if (ARCHITECTURE_x86_64 OR ARCHITECTURE_arm64)
|
|||
hle/service/jit/jit.cpp
|
||||
hle/service/jit/jit.h
|
||||
)
|
||||
target_link_libraries(core PRIVATE dynarmic)
|
||||
target_link_libraries(core PRIVATE dynarmic::dynarmic)
|
||||
endif()
|
||||
|
||||
if (YUZU_USE_PRECOMPILED_HEADERS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue