summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2013-03-09 00:15:50 +0000
committerJosé Fonseca <jose.r.fonseca@gmail.com>2013-03-09 00:15:50 +0000
commit160ae02604243908898ab21085cf0b49c189e6f3 (patch)
tree6dae437669bfee33ac2617d801b86d1773a7f404 /tests
parentf74125242a544676554fd20fc53e013c4d88e4b2 (diff)
oes_compressed_etc2_texture-miptree: Fix build.
Mimic others CMakeLists.gl.txt
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/gles-3.0/CMakeLists.gl.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/spec/gles-3.0/CMakeLists.gl.txt b/tests/spec/gles-3.0/CMakeLists.gl.txt
index 8bf06140c..6c24a815b 100644
--- a/tests/spec/gles-3.0/CMakeLists.gl.txt
+++ b/tests/spec/gles-3.0/CMakeLists.gl.txt
@@ -1,4 +1,12 @@
+include_directories(
+ ${GLEXT_INCLUDE_DIR}
+ ${OPENGL_INCLUDE_PATH}
+)
+
link_libraries (
piglitutil_${piglit_target_api}
+ ${OPENGL_gl_LIBRARY}
+ ${OPENGL_glu_LIBRARY}
)
+
piglit_add_executable(oes_compressed_etc2_texture-miptree oes_compressed_etc2_texture-miptree.c)