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
perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git]
/
tests
/
spec
/
ext_texture_storage_compression
/
CMakeLists.gles3.txt
blob
9eafbf99cc23e9eb4566e8d9c690d4771c27ebe7
1
include_directories(
2
${GLEXT_INCLUDE_DIR}
3
${OPENGL_INCLUDE_PATH}
4
${piglit_SOURCE_DIR}/tests/spec/ext_texture_storage_compression
5
)
6
7
link_libraries (
8
piglitutil_${piglit_target_api}
9
)
10
11
piglit_add_executable (ext_texture_storage_compression-tex-storage tex-storage.c)
12
13
# vim: ft=cmake: