Browse Source
Link mbedcrypto into core
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
pull/399/head
Marcin Serwin
6 months ago
No known key found for this signature in database
GPG Key ID: DACFAC4EA0B194E0
1 changed files with
1 additions and
1 deletions
-
src/core/CMakeLists.txt
|
|
|
@ -1200,7 +1200,7 @@ else() |
|
|
|
target_link_libraries(core PUBLIC Boost::headers) |
|
|
|
endif() |
|
|
|
|
|
|
|
target_link_libraries(core PRIVATE fmt::fmt nlohmann_json::nlohmann_json RenderDoc::API mbedtls) |
|
|
|
target_link_libraries(core PRIVATE fmt::fmt nlohmann_json::nlohmann_json RenderDoc::API mbedtls mbedcrypto) |
|
|
|
if (MINGW) |
|
|
|
target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY}) |
|
|
|
endif() |
|
|
|
|