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_framebuffer_object: add missing MSAA alpha-to-coverage and alpha-to-one tests
[piglit.git]
/
tests
/
spec
/
arb_shader_image_size
/
CMakeLists.gl.txt
blob
88d2359c3d8ecf2a35d906758b2b8254d32d9eb5
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_shader_image_size-builtin builtin.c
12
../arb_shader_image_load_store/image.c
13
../arb_shader_image_load_store/grid.c
14
../arb_shader_image_load_store/common.c)
15
# vim: ft=cmake: