externals: allow user to use system fmt (#7052)
This commit is contained in:
parent
2961dcf0fd
commit
f5b8888686
4 changed files with 12 additions and 4 deletions
|
@ -173,7 +173,7 @@ endif()
|
|||
|
||||
create_target_directory_groups(citra_common)
|
||||
|
||||
target_link_libraries(citra_common PUBLIC fmt::fmt library-headers microprofile Boost::boost Boost::serialization Boost::iostreams)
|
||||
target_link_libraries(citra_common PUBLIC fmt library-headers microprofile Boost::boost Boost::serialization Boost::iostreams)
|
||||
target_link_libraries(citra_common PRIVATE libzstd_static)
|
||||
|
||||
if ("x86_64" IN_LIST ARCHITECTURE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue