mirror of https://github.com/PCSX2/pcsx2.git
cmake: Remove opencl.
This commit is contained in:
parent
3f99395d3b
commit
edd949583a
|
@ -44,10 +44,6 @@ if(XDG_STD)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
if(OPENCL_FOUND)
|
|
||||||
set(GSdxFinalFlags ${GSdxFinalFlags} -DENABLE_OPENCL)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set(GSdxSources
|
set(GSdxSources
|
||||||
GS.cpp
|
GS.cpp
|
||||||
GSAlignedClass.cpp
|
GSAlignedClass.cpp
|
||||||
|
@ -108,7 +104,6 @@ set(GSdxSources
|
||||||
Renderers/OpenGL/GSShaderOGL.cpp
|
Renderers/OpenGL/GSShaderOGL.cpp
|
||||||
Renderers/OpenGL/GSTextureCacheOGL.cpp
|
Renderers/OpenGL/GSTextureCacheOGL.cpp
|
||||||
Renderers/OpenGL/GSTextureOGL.cpp
|
Renderers/OpenGL/GSTextureOGL.cpp
|
||||||
Renderers/OpenCL/GSRendererCL.cpp
|
|
||||||
Window/GSSetting.cpp
|
Window/GSSetting.cpp
|
||||||
Window/GSWnd.cpp
|
Window/GSWnd.cpp
|
||||||
)
|
)
|
||||||
|
@ -176,7 +171,6 @@ set(GSdxHeaders
|
||||||
Renderers/OpenGL/GSTextureOGL.h
|
Renderers/OpenGL/GSTextureOGL.h
|
||||||
Renderers/OpenGL/GSUniformBufferOGL.h
|
Renderers/OpenGL/GSUniformBufferOGL.h
|
||||||
Renderers/OpenGL/GSVertexArrayOGL.h
|
Renderers/OpenGL/GSVertexArrayOGL.h
|
||||||
Renderers/OpenCL/GSRendererCL.h
|
|
||||||
Window/GSCaptureDlg.h
|
Window/GSCaptureDlg.h
|
||||||
Window/GSDialog.h
|
Window/GSDialog.h
|
||||||
Window/GSSetting.h
|
Window/GSSetting.h
|
||||||
|
@ -246,14 +240,9 @@ if(USE_VTUNE)
|
||||||
set(GSdxFinalLibs ${GSdxFinalLibs} ${VTUNE_LIBRARIES})
|
set(GSdxFinalLibs ${GSdxFinalLibs} ${VTUNE_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(OPENCL_FOUND)
|
|
||||||
set(GSdxFinalLibs ${GSdxFinalLibs} ${OPENCL_LIBRARIES})
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set(RESOURCE_FILES
|
set(RESOURCE_FILES
|
||||||
res/logo-ogl.bmp
|
res/logo-ogl.bmp
|
||||||
res/fxaa.fx
|
res/fxaa.fx
|
||||||
res/tfx.cl
|
|
||||||
res/glsl/common_header.glsl
|
res/glsl/common_header.glsl
|
||||||
res/glsl/convert.glsl
|
res/glsl/convert.glsl
|
||||||
res/glsl/interlace.glsl
|
res/glsl/interlace.glsl
|
||||||
|
|
Loading…
Reference in New Issue