arb_copy_image: test copying of different mipmap levels of a texture
[piglit.git] / tests / asmparsertest / CMakeLists.gl.txt
blob6ce43c758feeff9c0bafd00e39c23fff0ee7762c
2 include_directories(
3         ${GLEXT_INCLUDE_DIR}
4         ${OPENGL_INCLUDE_PATH}
7 link_libraries (
8         piglitutil_${piglit_target_api}
9         ${OPENGL_gl_LIBRARY}
12 piglit_add_executable (asmparsertest asmparsertest.c)
14 # vim: ft=cmake: