From c56b1bffcf03a60dc80508dfe3f9476c6f2bd37b Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Thu, 18 Nov 2010 02:13:05 +0000 Subject: [PATCH] Add the video software plugin to the cmake build system. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6431 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Plugins/CMakeLists.txt b/Source/Plugins/CMakeLists.txt index 5e01d5ae7e..c02727570c 100644 --- a/Source/Plugins/CMakeLists.txt +++ b/Source/Plugins/CMakeLists.txt @@ -1,4 +1,5 @@ add_subdirectory(Plugin_DSP_HLE) add_subdirectory(Plugin_DSP_LLE) add_subdirectory(Plugin_VideoOGL) +add_subdirectory(Plugin_VideoSoftware) # TODO: Add other plugins here!