repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
glx-multithread-texture: Avoid front-buffer rendering.
[piglit.git]
/
tests
/
cl
/
interop
/
CMakeLists.cl.txt
blob
557563cd789819754821af0fd9f15febe323ac13
1
IF(EGL_FOUND AND PIGLIT_BUILD_GLES2_TESTS)
2
include_directories(
3
${GLEXT_INCLUDE_DIR}
4
${OPENGL_INCLUDE_PATH}
5
)
6
7
link_libraries (
8
piglitutil_gles2
9
${EGL_LDFLAGS}
10
${OPENGL_gl_LIBRARY}
11
)
12
13
piglit_cl_add_interop_test (egl_khr_cl_event2 egl_khr_cl_event2.c)
14
ENDIF(EGL_FOUND AND PIGLIT_BUILD_GLES2_TESTS)