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
ext_gpu_shader4: add compiler tests for everything
[piglit.git]
/
tests
/
spec
/
arb_stencil_texturing
/
CMakeLists.gl.txt
blob
c9fb0abd79f6d109955802ac46821e9e69664ff2
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 (arb_stencil_texturing-blit_corrupts_state blit_corrupts_state.c)
12
piglit_add_executable (arb_stencil_texturing-draw draw.c)