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

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)