diff options
| author | Glenn Rice <glennricster@gmail.com> | 2010-11-06 03:49:18 +0000 |
|---|---|---|
| committer | Glenn Rice <glennricster@gmail.com> | 2010-11-06 03:49:18 +0000 |
| commit | d0afc20596413cc02b58bf23e960c29bd2b3e9de (patch) | |
| tree | f5ac2798295528e50ea436164e18cebe4a80d3fd /Source/Core/VideoCommon | |
| parent | 7864f3c0871f49c6ee74582ead8768badd44bebf (diff) | |
Added checks for portaudio and opencl to the cmake build system.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6351 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/CMakeLists.txt b/Source/Core/VideoCommon/CMakeLists.txt index a52aff9493..3fb43bee8d 100644 --- a/Source/Core/VideoCommon/CMakeLists.txt +++ b/Source/Core/VideoCommon/CMakeLists.txt @@ -33,7 +33,6 @@ set(SRCS Src/BPMemory.cpp Src/XFMemory.cpp Src/XFStructs.cpp) -# TODO? if(OPENCL_FOUND) set(SRCS ${SRCS} Src/OpenCL/OCLTextureDecoder.cpp) endif(OPENCL_FOUND) |
