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

link_libraries (
	piglitutil_${piglit_target_api}
	${OPENGL_gl_LIBRARY}
)

piglit_add_executable (arb_vertex_array-delete-object-0 delete-object-0.c)
piglit_add_executable (arb_vertex_array-isvertexarray isvertexarray.c)

# vim: ft=cmake: