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
glsl: test loop unroll with uint overflow
[piglit.git]
/
tests
/
spec
/
oes_draw_texture
/
CMakeLists.gles1.txt
blob
53d9ae05cf4885f654989edb9744f9850bcf2034
1
#add_definitions(-DSOURCE_DIR="${piglit_SOURCE_DIR}/")
2
3
include_directories(
4
${OPENGL_INCLUDE_PATH}
5
)
6
7
link_libraries(
8
${EGL_LDFLAGS}
9
piglitutil_gles1
10
)
11
12
piglit_add_executable(oes_draw_texture
13
oes_draw_texture.c
14
)
15
16
# vim: ft=cmake: