aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.30/execution/CMakeLists.gl.txt
blob: 8714e2a8f152d161d573f38f13c1a8e82dcd9842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include_directories(
	${GLEXT_INCLUDE_DIR}
	${OPENGL_INCLUDE_PATH}
	${GLUT_INCLUDE_DIR}
	${piglit_SOURCE_DIR}/tests/mesa/util
	${piglit_SOURCE_DIR}/tests/util
)

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

add_executable (fs-texelFetch-2D fs-texelFetch-2D.c)
add_executable (fs-texelFetchOffset-2D fs-texelFetchOffset-2D.c)
IF (NOT MSVC)
	add_executable (isinf-and-isnan isinf-and-isnan.c)
ENDIF (NOT MSVC)
add_executable (vertexid-beginend vertexid-beginend.c)
add_executable (vertexid-drawarrays vertexid-drawarrays.c)
add_executable (vertexid-drawelements vertexid-drawelements.c)