Common: Add missing set(LIBS ...) for mbedtls
This commit is contained in:
parent
4c0a392698
commit
c4d5076696
|
@ -40,6 +40,8 @@ set(SRCS
|
|||
Logging/LogManager.cpp
|
||||
)
|
||||
|
||||
set(LIBS ${LIBS} ${MBEDTLS_LIBRARIES})
|
||||
|
||||
if(ANDROID)
|
||||
set(SRCS ${SRCS}
|
||||
Logging/ConsoleListenerDroid.cpp)
|
||||
|
|
Loading…
Reference in New Issue