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
framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git]
/
tests
/
spec
/
ext_packed_depth_stencil
/
CMakeLists.gles1.txt
blob
c20dc0a3eb1ddf8036c8ec4d0eca08d647bb7ba5
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 (oes_packed_depth_stencil-depth-stencil-texture_${piglit_target_api} depth-stencil-texture.c)
11
12
# vim: ft=cmake: