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
|
PUBLIC
|
||||||
${CMAKE_THREAD_LIBS_INIT}
|
${CMAKE_THREAD_LIBS_INIT}
|
||||||
enet
|
enet
|
||||||
|
fmt::fmt
|
||||||
${MBEDTLS_LIBRARIES}
|
${MBEDTLS_LIBRARIES}
|
||||||
|
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue