aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/ext_timer_query/CMakeLists.gl.txt
blob: 345947f7e6363fe4c06b9ab627c53d707982fdde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_directories(
	${OPENGL_INCLUDE_PATH}
	${GLUT_INCLUDE_DIR}
)

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

IF (UNIX)
   add_executable (ext_timer_query-time-elapsed time-elapsed.c)
ENDIF (UNIX)