summaryrefslogtreecommitdiff
path: root/tests/general/CMakeLists.txt
blob: 884dce5da6af74f27afb49edcc7e5574da62cdae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48

include_directories(
	${OPENGL_INCLUDE_PATH}
	${GLUT_INCLUDE_DIR}
	${piglit_SOURCE_DIR}/tests/util
	${GLEW_INCLUDE_DIR}
)

link_directories (
	${piglit_SOURCE_DIR}/tests/util
)

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

add_executable (bgra-vert-attrib-pointer bgra-vert-attrib-pointer.c)
add_executable (bgra-sec-color-pointer bgra-sec-color-pointer.c)
add_executable (clear-varray-2.0 clear-varray-2.0.c)
add_executable (depth-clamp-range depth-clamp-range.c)
add_executable (dlist-clear dlist-clear.c)
add_executable (dlist-fdo3129-01 dlist-fdo3129-01.c)
add_executable (dlist-fdo3129-02 dlist-fdo3129-02.c)
add_executable (depth_clamp depth_clamp.c)
add_executable (depthrange-clear depthrange-clear.c)
add_executable (draw-elements-base-vertex draw-elements-base-vertex.c)
add_executable (linestipple linestipple.c)
add_executable (pbo-drawpixels pbo-drawpixels.c)
add_executable (pbo-teximage pbo-teximage.c)
add_executable (provoking-vertex provoking-vertex.c)
add_executable (read-front read-front.c)
add_executable (scissor-copypixels scissor-copypixels.c)
add_executable (scissor-depth-clear scissor-depth-clear.c)
add_executable (scissor-stencil-clear scissor-stencil-clear.c)
add_executable (stencil-drawpixels stencil-drawpixels.c)
add_executable (sync_api sync_api.c)
add_executable (texgen texgen.c)
add_executable (user-clip user-clip.c)
add_executable (varray-disabled varray-disabled.c)
add_executable (vbo-map-remap vbo-map-remap.c)
add_executable (vbo-subdata-sync vbo-subdata-sync.c)
add_executable (windowoverlap windowoverlap.c)
add_executable (occlusion_query occlusion_query.c)