mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
LogManager: Move android logcat code into the proper place.
This commit is contained in:
@ -32,9 +32,16 @@ set(SRCS BreakPoints.cpp
|
||||
x64Emitter.cpp
|
||||
Crypto/bn.cpp
|
||||
Crypto/ec.cpp
|
||||
Logging/ConsoleListenerNix.cpp
|
||||
Logging/LogManager.cpp)
|
||||
|
||||
if(ANDROID)
|
||||
set(SRCS ${SRCS}
|
||||
Logging/ConsoleListenerDroid.cpp)
|
||||
else()
|
||||
set(SRCS ${SRCS}
|
||||
Logging/ConsoleListenerNix.cpp)
|
||||
endif()
|
||||
|
||||
set(LIBS enet)
|
||||
if(_M_ARM_64)
|
||||
set(SRCS ${SRCS}
|
||||
|
Reference in New Issue
Block a user