diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt index 1718d33ef7..898b3dd204 100644 --- a/Source/Core/Common/CMakeLists.txt +++ b/Source/Core/Common/CMakeLists.txt @@ -40,6 +40,8 @@ set(SRCS Logging/LogManager.cpp ) +set(LIBS ${LIBS} ${MBEDTLS_LIBRARIES}) + if(ANDROID) set(SRCS ${SRCS} Logging/ConsoleListenerDroid.cpp)