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
This commit is contained in:
Glenn Rice 2010-11-18 02:13:05 +00:00
parent 993b40dfa4
commit c56b1bffcf
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
add_subdirectory(Plugin_DSP_HLE) add_subdirectory(Plugin_DSP_HLE)
add_subdirectory(Plugin_DSP_LLE) add_subdirectory(Plugin_DSP_LLE)
add_subdirectory(Plugin_VideoOGL) add_subdirectory(Plugin_VideoOGL)
add_subdirectory(Plugin_VideoSoftware)
# TODO: Add other plugins here! # TODO: Add other plugins here!