Browse Source

Link mbedcrypto into core

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
pull/399/head
Marcin Serwin 6 months ago
parent
commit
ada943ef17
No known key found for this signature in database GPG Key ID: DACFAC4EA0B194E0
  1. 2
      src/core/CMakeLists.txt

2
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()

Loading…
Cancel
Save