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
/
oes_matrix_get
/
CMakeLists.gles1.txt
blob
f9fd43605a9641e9e0a55ebc74a33f8076c6b995
1
include_directories(
2
${OPENGL_INCLUDE_PATH}
3
)
4
5
link_libraries(
6
piglitutil_${piglit_target_api}
7
)
8
9
piglit_add_executable(oes_matrix_get-api api.c)
10
11
# vim: ft=cmake: