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:
Lioncash 2019-06-10 15:00:30 -04:00
parent d5d60c6e64
commit d52e69bab1
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -132,6 +132,7 @@ target_link_libraries(common
PUBLIC
${CMAKE_THREAD_LIBS_INIT}
enet
fmt::fmt
${MBEDTLS_LIBRARIES}
PRIVATE