perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git] / tests / spec / ext_texture_storage_compression / CMakeLists.gles3.txt
blob9eafbf99cc23e9eb4566e8d9c690d4771c27ebe7
1 include_directories(
2         ${GLEXT_INCLUDE_DIR}
3         ${OPENGL_INCLUDE_PATH}
4         ${piglit_SOURCE_DIR}/tests/spec/ext_texture_storage_compression
7 link_libraries (
8         piglitutil_${piglit_target_api}
11 piglit_add_executable (ext_texture_storage_compression-tex-storage tex-storage.c)
13 # vim: ft=cmake: