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
ovr_multiview: add some basic glsl tests
[piglit.git]
/
tests
/
spec
/
nv_viewport_swizzle
/
CMakeLists.gles3.txt
blob
e4f13243f3fc44ad0f2a0f4ac6ac7c6e633b6b31
1
include_directories(
2
${GLEXT_INCLUDE_DIR}
3
${OPENGL_INCLUDE_PATH}
4
)
5
6
link_libraries (
7
piglitutil_${piglit_target_api}
8
${OPENGL_gl_LIBRARY}
9
)
10
11
piglit_add_executable (nv_viewport_swizzle-errors_gles3 errors.c)