mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 23:18:10 +01:00
CMake: Re-use external xbyak target if present (#62)
This commit is contained in:
parent
5bea2e1680
commit
34e19f135c
3 changed files with 8 additions and 3 deletions
|
|
@ -107,3 +107,4 @@ target_link_libraries(dynarmic PRIVATE fmt-header-only)
|
|||
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
target_compile_definitions(dynarmic PRIVATE FMT_USE_WINDOWS_H=0)
|
||||
endif()
|
||||
target_link_libraries(dynarmic PRIVATE xbyak)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue