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

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