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
conversion-explicit: use a different value for normalized +/- min
[piglit.git]
/
tests
/
spec
/
ext_unpack_subimage
/
CMakeLists.gles2.txt
blob
57754f08952fc74106ea7fbb31142f17655c5177
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_gles2
10
)
11
12
piglit_add_executable(ext_unpack_subimage
13
ext_unpack_subimage.c
14
)
15
16
# vim: ft=cmake: