summaryrefslogtreecommitdiff
path: root/tests/asmparsertest/CMakeLists.gl.txt
blob: c132861dfcd52a954cf66b240b58079178893567 (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}
	${GLUT_glut_LIBRARY}
)

add_executable (asmparsertest asmparsertest.c)

# vim: ft=cmake: