diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-06-10 15:00:30 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-06-10 15:26:46 -0400 |
| commit | d52e69bab11824adeb488c297c1fa2a70f478e07 (patch) | |
| tree | 213eaa8649b59eb685cab5481893b818249d1416 /Source/Core | |
| parent | d5d60c6e64c299a092e1d2f58f4d3aa2c7f8e412 (diff) | |
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.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt index b144e3d583..c7752540df 100644 --- a/Source/Core/Common/CMakeLists.txt +++ b/Source/Core/Common/CMakeLists.txt @@ -132,6 +132,7 @@ target_link_libraries(common PUBLIC ${CMAKE_THREAD_LIBS_INIT} enet + fmt::fmt ${MBEDTLS_LIBRARIES} PRIVATE |
