aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/shaders/CMakeLists.gl.txt
blob: 467ac19bee8f5ce26db1ef94824c85994356438c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 (textureSize textureSize.c common.c)
add_executable (texelFetch texelFetch.c common.c)