aboutsummaryrefslogtreecommitdiff
path: root/tests/asmparsertest/CMakeLists.gl.txt
blob: 9ad43c56a39f3410cca91ab322f2736de0d4452e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

include_directories(
	${GLEXT_INCLUDE_DIR}
	${OPENGL_INCLUDE_PATH}
	${GLUT_INCLUDE_DIR}
)

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

add_executable (asmparsertest asmparsertest.c)

# vim: ft=cmake: