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
arb_program_interface_query: set vs_input2[1][0] as valid name
[piglit.git]
/
tests
/
spec
/
glsl-1.30
/
execution
/
clipping
/
CMakeLists.gl.txt
blob
3c98f6a66795b50a078ea9bb5d0a7cc6344e813b
1
2
include_directories(
3
${GLEXT_INCLUDE_DIR}
4
${OPENGL_INCLUDE_PATH}
5
${piglit_SOURCE_DIR}/tests/mesa/util
6
)
7
8
link_libraries (
9
piglitutil_${piglit_target_api}
10
${OPENGL_gl_LIBRARY}
11
)
12
13
piglit_add_executable (max-clip-distances max-clip-distances.c)