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
glsl: test loop unroll with uint overflow
[piglit.git]
/
tests
/
spec
/
ext_shader_samples_identical
/
CMakeLists.gl.txt
blob
0752483a37474128c3722fd79cdf1d010b45f367
1
include_directories(
2
${GLEXT_INCLUDE_DIR}
3
${OPENGL_INCLUDE_PATH}
4
${piglit_SOURCE_DIR}/tests/spec/arb_texture_multisample
5
)
6
7
link_libraries (
8
piglitutil_${piglit_target_api}
9
${OPENGL_gl_LIBRARY}
10
)
11
12
piglit_add_executable (ext_shader_samples_identical-simple-fs simple-fs.c)
13
# vim: ft=cmake: