mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Common: Add missing set(LIBS ...) for mbedtls
This commit is contained in:
@@ -40,6 +40,8 @@ set(SRCS
|
||||
Logging/LogManager.cpp
|
||||
)
|
||||
|
||||
set(LIBS ${LIBS} ${MBEDTLS_LIBRARIES})
|
||||
|
||||
if(ANDROID)
|
||||
set(SRCS ${SRCS}
|
||||
Logging/ConsoleListenerDroid.cpp)
|
||||
|
||||
Reference in New Issue
Block a user