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
fbo-mrt-alphatest: Actually require MRTs to be available.
[piglit.git]
/
tests
/
spec
/
glsl-1.20
/
CMakeLists.gl.txt
blob
333b905f8db6f664228a5a5aa94931a29fc8d353
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 (glsl-1.20-getactiveuniform-constant getactiveuniform-constant.c)
12
piglit_add_executable (glsl-1.20-negative-mult-matNxN-matNxN negative-mult-matNxN-matNxN.c)