aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/shaders/CMakeLists.gl.txt
blob: 6a2cbe9be77dc140baed9c67cd6b6a9d2cc9c359 (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}
	${piglit_SOURCE_DIR}/tests/mesa/util
)

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

add_executable (textureSize textureSize.c common.c)
add_executable (texelFetch texelFetch.c common.c)