summaryrefslogtreecommitdiff
path: root/tests/mesa/util/CMakeLists.txt
blob: 96b51ae5d18a1a090d19ad54f4f50bb7670cf499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

include_directories( ${OPENGL_INCLUDE_PATH} )
link_libraries (
	${OPENGL_gl_LIBRARY}
	${OPENGL_glu_LIBRARY}
	${TIFF_LIBRARY}
)

add_library (mesautil
	dumpstate.c
	glstate.c
	idproj.c
	matrix.c
	readtex.c
	trackball.c
	errcheck.c
	glutskel.c
	imagesgi.cpp
	showbuffer.c
	winpos.c
)