summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMatthew Parlane <parlane@gmail.com>2014-02-17 14:58:12 +1300
committerMatthew Parlane <parlane@gmail.com>2014-02-17 14:58:12 +1300
commit7ac5b1f2f805b2bc553492606cf71b6609fa0ae7 (patch)
tree31b5b4e7eac76cb4945796e513bc87b954a262ea /Source/Core
parent9bc14012fccf92f38b7d270ec82f7dac522986c5 (diff)
parentcd8196f5dbe1c2f7938344b683e9b7cd659517b0 (diff)
Merge pull request #83 from lioncash/remove-console
Fix the linux build. Turns out Windows-specific files were in the Linux build files.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/CMakeLists.txt1
-rw-r--r--Source/Core/Core/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
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