diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt index 498adcf8f8..2a5ff1d4d8 100644 --- a/Source/Core/Common/CMakeLists.txt +++ b/Source/Core/Common/CMakeLists.txt @@ -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)