mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Update CLRun to have OCL 1.2
This commit is contained in:
5
Externals/CLRun/CMakeLists.txt
vendored
5
Externals/CLRun/CMakeLists.txt
vendored
@ -1,7 +1,10 @@
|
||||
set(SRCS clrun/clrun.c
|
||||
clrun/dynamiclib.c
|
||||
clrun/gencl.c
|
||||
clrun/genclgl.c)
|
||||
clrun/genclgl.c
|
||||
clrun/genclext.c
|
||||
clrun/genclglext.c
|
||||
)
|
||||
|
||||
add_library(clrun STATIC ${SRCS})
|
||||
target_link_libraries(clrun ${CMAKE_DL_LIBS})
|
||||
|
Reference in New Issue
Block a user