mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00:00
CMake: Re-use external xbyak target if present (#62)
This commit is contained in:
committed by
Merry
parent
5bea2e1680
commit
34e19f135c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user