mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-11 03:52:56 +00:00
Link against static fmtlib instead of header only
When including fmtlib as a header only library in dynarmic, downstream projects cannot include fmtlib as a static library without getting linker errors.
This commit is contained in:
@@ -115,7 +115,7 @@ target_compile_options(dynarmic PRIVATE ${DYNARMIC_CXX_FLAGS})
|
||||
target_link_libraries(dynarmic
|
||||
PRIVATE
|
||||
boost
|
||||
fmt-header-only
|
||||
fmt
|
||||
xbyak
|
||||
$<$<BOOL:DYNARMIC_USE_LLVM>:${llvm_libs}>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user