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
glsl: test loop unroll with uint overflow
[piglit.git]
/
tests
/
spec
/
intel_blackhole_render
/
CMakeLists.gles3.txt
blob
f83b555e21fc481bb9fbd93bab9216ef87e5dc1d
1
include_directories(
2
${GLEXT_INCLUDE_DIR}
3
${OPENGL_INCLUDE_PATH}
4
)
5
6
link_libraries (
7
piglitutil_${piglit_target_api}
8
)
9
10
piglit_add_executable (intel_blackhole-blit_gles3 blackhole_blit.c)
11
piglit_add_executable (intel_blackhole-draw_gles3 blackhole_draw.c)
12
13
# vim: ft=cmake: