diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2019-06-14 14:47:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-14 14:47:22 +0200 |
| commit | e2d59abaa76e1ddf432af657984dee8c97bd83bd (patch) | |
| tree | 79b6de7b8da95544fe67a6ae11c7b8d82c95875a /Source/Core | |
| parent | 79ea55c912576df0b4964b9513f05db93b5f97d8 (diff) | |
| parent | d52e69bab11824adeb488c297c1fa2a70f478e07 (diff) | |
Merge pull request #8173 from lioncash/fmt
Externals: Add libfmt to externals
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 |
