Update CLRun to have OCL 1.2

This commit is contained in:
Ryan Houdek
2013-02-23 01:47:37 -05:00
parent 29d43ef897
commit 0bd218ea8e
15 changed files with 1649 additions and 236 deletions

View File

@ -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})