Common: Add missing set(LIBS ...) for mbedtls

This commit is contained in:
Léo Lam 2017-03-25 20:11:33 +01:00
parent 4c0a392698
commit c4d5076696
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ set(SRCS
Logging/LogManager.cpp
)
set(LIBS ${LIBS} ${MBEDTLS_LIBRARIES})
if(ANDROID)
set(SRCS ${SRCS}
Logging/ConsoleListenerDroid.cpp)