diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt index 4614c7d266..21f894cd7a 100644 --- a/Source/Core/Common/CMakeLists.txt +++ b/Source/Core/Common/CMakeLists.txt @@ -1,7 +1,6 @@ set(SRCS BreakPoints.cpp CDUtils.cpp ColorUtil.cpp - ConsoleListener.cpp FileSearch.cpp FileUtil.cpp Hash.cpp diff --git a/Source/Core/Core/CMakeLists.txt b/Source/Core/Core/CMakeLists.txt index 71f9a8eb7b..0b9c774897 100644 --- a/Source/Core/Core/CMakeLists.txt +++ b/Source/Core/Core/CMakeLists.txt @@ -2,7 +2,6 @@ set(SRCS ActionReplay.cpp ARDecrypt.cpp BootManager.cpp ConfigManager.cpp - Console.cpp Core.cpp CoreParameter.cpp CoreTiming.cpp