From 1c8bd68a6a7b1d5fd914419025ea57a19af40e0a Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Mon, 31 Jan 2011 03:16:10 +0000 Subject: [PATCH] Linux build fix. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7004 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Source/Core/VideoCommon/CMakeLists.txt b/Source/Core/VideoCommon/CMakeLists.txt index a3646bb627..78ef7dfcdc 100644 --- a/Source/Core/VideoCommon/CMakeLists.txt +++ b/Source/Core/VideoCommon/CMakeLists.txt @@ -1,19 +1,20 @@ -set(SRCS Src/BPMemory.cpp - Src/BPFunctions.cpp +set(SRCS Src/BPFunctions.cpp + Src/BPMemory.cpp Src/BPStructs.cpp - Src/CommandProcessor.cpp Src/CPMemory.cpp - Src/Debugger.cpp + Src/CommandProcessor.cpp Src/DLCache.cpp + Src/Debugger.cpp Src/Fifo.cpp Src/FramebufferManagerBase.cpp Src/HiresTextures.cpp Src/ImageWrite.cpp Src/IndexGenerator.cpp Src/MainBase.cpp - Src/memcpy_amd.cpp Src/OnScreenDisplay.cpp Src/OpcodeDecoding.cpp + Src/OpenCL.cpp + Src/OpenCL/OCLTextureDecoder.cpp Src/PixelEngine.cpp Src/PixelShaderGen.cpp Src/PixelShaderManager.cpp @@ -36,8 +37,7 @@ set(SRCS Src/BPMemory.cpp Src/XFBConvert.cpp Src/XFMemory.cpp Src/XFStructs.cpp - Src/OpenCL.cpp) - Src/OpenCL/OCLTextureDecoder.cpp) + Src/memcpy_amd.cpp) if(wxWidgets_FOUND AND WIN32) set(SRCS ${SRCS} Src/EmuWindow.cpp)