aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/arb_es2_compatibility/CMakeLists.gl.txt
blob: 10e8c9e49f6123bc33b9f6b45703d411cdc6d59c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

include_directories(
	${GLEXT_INCLUDE_DIR}
	${OPENGL_INCLUDE_PATH}
	${GLUT_INCLUDE_DIR}
	${piglit_SOURCE_DIR}/tests/mesa/util
)

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

add_executable (arb_es2_compatibility-depthrangef arb_es2_compatibility-depthrangef.c)
add_executable (arb_es2_compatibility-drawbuffers arb_es2_compatibility-drawbuffers.c)
add_executable (arb_es2_compatibility-maxvectors arb_es2_compatibility-maxvectors.c)
add_executable (arb_es2_compatibility-releaseshadercompiler arb_es2_compatibility-releaseshadercompiler.c)
add_executable (arb_es2_compatibility-shadercompiler arb_es2_compatibility-shadercompiler.c)
add_executable (arb_es2_compatibility-getshaderprecisionformat arb_es2_compatibility-getshaderprecisionformat.c)
add_executable (arb_es2_compatibility-fixed-type arb_es2_compatibility-fixed-type.c)
add_executable (fbo-missing-attachment-clear fbo-missing-attachment-clear.c)
add_executable (fbo-missing-attachment-blit fbo-missing-attachment-blit.c)
# vim: ft=cmake: