aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/arb_vertex_type_2_10_10_10_rev/CMakeLists.gl.txt
blob: 7cc967a6a87aff5c489654422237e1e87632e2ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_directories(
	${GLEXT_INCLUDE_DIR}
	${OPENGL_INCLUDE_PATH}
	${GLUT_INCLUDE_DIR}
)

link_libraries (
	piglitutil
	${OPENGL_gl_LIBRARY}
	${OPENGL_glu_LIBRARY}
	${GLUT_glut_LIBRARY}
)

add_executable (draw-vertices-2101010 draw-vertices-2101010.c)

# vim: ft=cmake: