summaryrefslogtreecommitdiff
path: root/src/util/CMakeLists.txt
blob: a3ea7b49e53140a03c8574c81de74e497bb6730a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_directories(
	${CMAKE_SOURCE_DIR}/src/util
	${OPENGL_INCLUDE_PATH}
	${GLUT_INCLUDE_DIR}
	${GLEW_INCLUDE_DIR}
)

add_library (util
	readtex.c
	shaderutil.c
	showbuffer.c
	trackball.c
)