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_copy_image: test copying of different mipmap levels of a texture
[piglit.git]
/
tests
/
asmparsertest
/
CMakeLists.gl.txt
blob
6ce43c758feeff9c0bafd00e39c23fff0ee7762c
1
2
include_directories(
3
${GLEXT_INCLUDE_DIR}
4
${OPENGL_INCLUDE_PATH}
5
)
6
7
link_libraries (
8
piglitutil_${piglit_target_api}
9
${OPENGL_gl_LIBRARY}
10
)
11
12
piglit_add_executable (asmparsertest asmparsertest.c)
13
14
# vim: ft=cmake: