From bcad22f266a3d104cdbaa497a6a2a3f2d4826842 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Thu, 18 Nov 2010 03:05:52 +0000 Subject: [PATCH] cmake build fix. Don't blame Billiard for this one. He asked me to test his patch and I missed this. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6434 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Plugins/Plugin_VideoOGL/CMakeLists.txt b/Source/Plugins/Plugin_VideoOGL/CMakeLists.txt index 7536ba7476..f82d0eb1fc 100644 --- a/Source/Plugins/Plugin_VideoOGL/CMakeLists.txt +++ b/Source/Plugins/Plugin_VideoOGL/CMakeLists.txt @@ -1,5 +1,4 @@ -set(SRCS Src/BPFunctions.cpp - Src/FramebufferManager.cpp +set(SRCS Src/FramebufferManager.cpp Src/GLUtil.cpp Src/main.cpp Src/NativeVertexFormat.cpp