include_directories( ${GLEXT_INCLUDE_DIR} ${OPENGL_INCLUDE_PATH} ) link_libraries ( piglitutil_${piglit_target_api} ${OPENGL_gl_LIBRARY} ) piglit_add_executable (ext_packed_depth_stencil-depth-stencil-texture depth-stencil-texture.c) piglit_add_executable (ext_packed_depth_stencil-errors errors.c) piglit_add_executable (ext_packed_depth_stencil-readdrawpixels readdrawpixels.c) piglit_add_executable (ext_packed_depth_stencil-readpixels-24_8 readpixels-24_8.c) piglit_add_executable (ext_packed_depth_stencil-getteximage getteximage.c) piglit_add_executable (ext_packed_depth_stencil-texsubimage texsubimage.c) # vim: ft=cmake: