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:
parent
993b40dfa4
commit
c56b1bffcf
|
@ -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!
|
||||||
|
|
Loading…
Reference in New Issue