mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-03 18:00:17 -05: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