mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Common/CMakeLists: Link in fmt
While not currently used by common, this will become the case when the logging system eventually transitions to it, among other things.
This commit is contained in:
parent
d5d60c6e64
commit
d52e69bab1
@ -132,6 +132,7 @@ target_link_libraries(common
|
||||
PUBLIC
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
enet
|
||||
fmt::fmt
|
||||
${MBEDTLS_LIBRARIES}
|
||||
|
||||
PRIVATE
|
||||
|
Loading…
Reference in New Issue
Block a user