ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_texture_stencil8 / CMakeLists.gl.txt
blobd8de83c4dae28b467afdadac4592831ec9bb32da
1 include_directories(
2         ${GLEXT_INCLUDE_DIR}
3         ${OPENGL_INCLUDE_PATH}
6 link_libraries (
7         piglitutil_${piglit_target_api}
8         ${OPENGL_gl_LIBRARY}
11 piglit_add_executable (arb_texture_stencil8-stencil-texture stencil-texture.c)
12 piglit_add_executable (arb_texture_stencil8-draw draw.c)
13 piglit_add_executable (arb_texture_stencil8-fbo-stencil8 fbo-stencil8.c)
14 piglit_add_executable (arb_texture_stencil8-getteximage getteximage.c)
16 # vim: ft=cmake: