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
perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git]
/
tests
/
egl
/
spec
/
egl-1.4
/
CMakeLists.gles2.txt
blob
2781fb21333d90371fa5747f29b16c42bdafb1ca
1
link_libraries(
2
piglitutil_${piglit_target_api}
3
${EGL_LDFLAGS}
4
)
5
6
piglit_add_executable(egl-terminate-then-unbind-context egl-terminate-then-unbind-context.c)
7
8
# vim: ft=cmake: