mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
cmake: Add missing Windows file to common
This commit is contained in:
@ -37,6 +37,9 @@ set(SRCS Analytics.cpp
|
||||
if(ANDROID)
|
||||
set(SRCS ${SRCS}
|
||||
Logging/ConsoleListenerDroid.cpp)
|
||||
elseif(WIN32)
|
||||
set(SRCS ${SRCS}
|
||||
Logging/ConsoleListenerWin.cpp)
|
||||
else()
|
||||
set(SRCS ${SRCS}
|
||||
Logging/ConsoleListenerNix.cpp)
|
||||
|
Reference in New Issue
Block a user