aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/oes_draw_texture/CMakeLists.gles1.txt
blob: e68bc728923afc2acabe6a9da7e1da422a4b4698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#add_definitions(-DSOURCE_DIR="${piglit_SOURCE_DIR}/")

include_directories(
	${OPENGL_INCLUDE_PATH}
	)

link_libraries(
	${OPENGL_gles1_LIBRARY}
	${OPENGL_egl_LIBRARY}
	glut_egl
	piglitutil_gles1
	)

add_executable(oes_draw_texture
	oes_draw_texture.c
	)

# vim: ft=cmake: