mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Kill HAVE_OPENCL.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6756 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
5
Externals/CLRun/SConscript
vendored
Normal file
5
Externals/CLRun/SConscript
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# -*- python -*-
|
||||
|
||||
Import('env')
|
||||
|
||||
env['CPPPATH'] += ['#Externals/CLRun/include']
|
1
Externals/CLRun/include/OpenCL/cl.h
vendored
Normal file
1
Externals/CLRun/include/OpenCL/cl.h
vendored
Normal file
@ -0,0 +1 @@
|
||||
#include <CL/cl.h>
|
1
Externals/CLRun/include/OpenCL/cl_platform.h
vendored
Normal file
1
Externals/CLRun/include/OpenCL/cl_platform.h
vendored
Normal file
@ -0,0 +1 @@
|
||||
#include <CL/cl_platform.h>
|
Reference in New Issue
Block a user