aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/oes_compressed_etc1_rgb8_texture/CMakeLists.gles1.txt
blob: da31a40d6ee3111805def57e9f37a4227ff9e3fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_directories(
	${GLEXT_INCLUDE_DIR}
	${OPENGL_INCLUDE_PATH}
	${piglit_SOURCE_DIR}/tests/util
)

link_libraries(
        glut_egl
        piglitutil_${piglit_target_api}
        ${OPENGL_gles1_LIBRARY}
        )

add_executable (oes_compressed_etc1_rgb8_texture-basic oes_compressed_etc1_rgb8_texture-basic.c)