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_texture_rectangle
/
CMakeLists.gl.txt
blob
3f67b81f079c34ab92efbdc9a7a0d35a6967921e
1
include_directories(
2
${GLEXT_INCLUDE_DIR}
3
${OPENGL_INCLUDE_PATH}
4
${piglit_SOURCE_DIR}/tests/mesa/util
5
)
6
7
link_libraries (
8
piglitutil_${piglit_target_api}
9
${OPENGL_gl_LIBRARY}
10
)
11
12
piglit_add_executable (texrect_simple_arb_texrect texrect-simple.c)
13
piglit_add_executable (arb_texrect-texture-base-level-error texture-base-level-error.c)