diff options
| author | Matthew Parlane <parlane@gmail.com> | 2014-02-17 14:58:12 +1300 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2014-02-17 14:58:12 +1300 |
| commit | 7ac5b1f2f805b2bc553492606cf71b6609fa0ae7 (patch) | |
| tree | 31b5b4e7eac76cb4945796e513bc87b954a262ea /Source/Core | |
| parent | 9bc14012fccf92f38b7d270ec82f7dac522986c5 (diff) | |
| parent | cd8196f5dbe1c2f7938344b683e9b7cd659517b0 (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.txt | 1 | ||||
| -rw-r--r-- | Source/Core/Core/CMakeLists.txt | 1 |
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 |
