tests/egl_ext_surface_compression: fix incorect executable name
[piglit.git] / tests / egl / CMakeLists.gles2.txt
blob13b5e50dc996ef9afdbc1b2b400754308d94fdad
2 include_directories(
3         ${GLEXT_INCLUDE_DIR}
4         ${OPENGL_INCLUDE_PATH}
7 link_libraries (
8         piglitutil_${piglit_target_api}
9         ${EGL_LDFLAGS}
10         ${OPENGL_gl_LIBRARY}
13 IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
14         piglit_add_executable (egl-blob-cache egl-blob-cache.c)
15         target_link_libraries(egl-blob-cache pthread)
16         piglit_add_executable (egl-gl_oes_egl_image egl-gl_oes_egl_image.c)
17         piglit_add_executable (egl-flush-external egl-flush-external.c)
18         piglit_add_executable (egl-ext_egl_image_storage egl-ext_egl_image_storage.c)
19 ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
21 # vim: ft=cmake: