mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
Common: Add missing set(LIBS ...) for mbedtls
This commit is contained in:
parent
4c0a392698
commit
c4d5076696
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ set(SRCS
|
||||||
Logging/LogManager.cpp
|
Logging/LogManager.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set(LIBS ${LIBS} ${MBEDTLS_LIBRARIES})
|
||||||
|
|
||||||
if(ANDROID)
|
if(ANDROID)
|
||||||
set(SRCS ${SRCS}
|
set(SRCS ${SRCS}
|
||||||
Logging/ConsoleListenerDroid.cpp)
|
Logging/ConsoleListenerDroid.cpp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue